diff options
author | Dafna Hirschfeld | 2020-09-22 13:33:51 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab | 2020-09-27 11:32:03 +0200 |
commit | b1b2715e8d616bab68ed4e22b6617601105f2947 (patch) | |
tree | 250f217924ef13d93149daaee78a7c94ae376461 /kernel/nsproxy.c | |
parent | f6f7d89a1307c6f77824ac57a0d4fc970a7c0862 (diff) |
media: staging: rkisp1: params: upon stream stop, iterate a local list to return the buffers
The code in '.stop_streaming' callback releases and acquire the lock
at each iteration when returning the buffers.
Holding the lock disables interrupts so it should be minimized.
To make the code cleaner and still minimize holding the lock,
the buffer list is first moved to a local list and
then can be iterated without the lock.
Signed-off-by: Dafna Hirschfeld <dafna.hirschfeld@collabora.com>
Acked-by: Helen Koike <helen.koike@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'kernel/nsproxy.c')
0 files changed, 0 insertions, 0 deletions