diff options
author | 2020-09-22 13:34:01 +0200 | |
---|---|---|
committer | 2020-09-27 11:35:53 +0200 | |
commit | 1d5099152b0ad66b66848189c070e2fca349beaf (patch) | |
tree | d817de990a888bb5e5b19c6288d4ea59dfa437f4 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | media: staging: rkisp1: params: no need to lock default config (diff) | |
download | linux-dev-1d5099152b0ad66b66848189c070e2fca349beaf.tar.xz linux-dev-1d5099152b0ad66b66848189c070e2fca349beaf.zip |
media: staging: rkisp1: use the right variants of spin_lock
When locking, use either 'spin_lock' or 'spin_lock_irq'
according to the context. There is nowhere need to
use 'spin_lock_irqsave'.
Outside of irq context, always use 'spin_lock_irq'
to be on the safe side.
Signed-off-by: Dafna Hirschfeld <dafna.hirschfeld@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions