commit | 774f1c912776330ece84540fac370ec201c878b4 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <ezequiel@collabora.com> | Mon Jun 18 00:38:51 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Tue Jul 24 17:43:15 2018 -0400 |
tree | babeb3530dd15b712e26aa3ed19caa40e56d2ae1 | |
parent | 7a0167fb68e3c9ec2386f8abb326a4643ee8ef42 [diff] |
media: s5p-g2d: 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> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>