diff options
author | Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> | 2019-01-04 19:12:18 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-01-16 19:32:52 +0300 |
commit | 6458afc8c49148f0a5015d8853039a0b3fb91d98 (patch) | |
tree | 32c589b243d5cbd19b6409bd23448c680a68aba3 /drivers/media/platform/Kconfig | |
parent | a86f2b590aa0259b961ffc39852e7c88f6c7e468 (diff) | |
download | linux-6458afc8c49148f0a5015d8853039a0b3fb91d98.tar.xz |
media: rcar-vin: remove unneeded locking in async callbacks
The locking implemented in the async notifier callbacks are unnecessary
as the global list_lock in v4l2-async.c is held whenever one of the
callbacks are called.
The locking in itself is not harmful however it produces a LOCKDEP
warning between the global v4l2-async list_lock and the rcar-vin local
locking schema. Remove the rcar-vin locking for the async callbacks to
reduce complexity and silent the false LOCKDEP warning.
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/platform/Kconfig')
0 files changed, 0 insertions, 0 deletions