diff options
| author | Niklas Söderlund <[email protected]> | 2019-01-04 11:12:18 -0500 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2019-01-16 11:32:52 -0500 |
| commit | 6458afc8c49148f0a5015d8853039a0b3fb91d98 (patch) | |
| tree | 32c589b243d5cbd19b6409bd23448c680a68aba3 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | a86f2b590aa0259b961ffc39852e7c88f6c7e468 (diff) | |
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 <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions