media: rcar_jpu: Remove unrequired wait in .job_abort
authorEzequiel Garcia <ezequiel@collabora.com>
Mon, 18 Jun 2018 04:38:50 +0000 (00:38 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 24 Jul 2018 21:41:27 +0000 (17:41 -0400)
commit7a0167fb68e3c9ec2386f8abb326a4643ee8ef42
treea2633835aeb7b59da9028f778242efae88855035
parentefe1958ec41baba26e47a271b992b2bb524af61e
media: rcar_jpu: Remove unrequired wait in .job_abort

As per the documentation, job_abort is not required
to wait until the current job finishes. It is redundant
to do so, as the core will perform the wait operation.

Remove the wait infrastructure completely.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Acked-by: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/rcar_jpu.c