media: cedrus: Get rid of interrupt bottom-half
authorEzequiel Garcia <ezequiel@collabora.com>
Thu, 18 Oct 2018 18:02:24 +0000 (14:02 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 23 Nov 2018 11:38:37 +0000 (06:38 -0500)
commit949f29f6071416f847ed8d2b2ad3a5f702583468
tree8d3af8fe5ddb45818781c108e95c723de22345d5
parentcbd9463da1b12cdf9aa79e7cf470431d39131fca
media: cedrus: Get rid of interrupt bottom-half

Now that the mem2mem framework guarantees that .device_run
won't be called from interrupt context, it is safe to call
v4l2_m2m_job_finish directly in the top-half.

So this means the bottom-half is no longer needed and we
can get rid of it.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Acked-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/staging/media/sunxi/cedrus/cedrus_hw.c