diff options
author | Hans Verkuil <[email protected]> | 2022-10-21 13:21:25 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2022-10-25 16:41:10 +0100 |
commit | eb1d969203eb8212741751f88dcf5cb56bb11830 (patch) | |
tree | d446cd14a294e9c4a911cf50840f2234518331f4 /drivers/net/xen-netback/interface.c | |
parent | 8da7f0976b9071b528c545008de9d10cc81883b1 (diff) |
media: vivid: fix control handler mutex deadlock
vivid_update_format_cap() can be called from an s_ctrl callback.
In that case (keep_controls == true) no control framework functions
can be called that take the control handler mutex.
The new call to v4l2_ctrl_modify_dimensions() did exactly that.
Signed-off-by: Hans Verkuil <[email protected]>
Fixes: 6bc7643d1b9c (media: vivid: add pixel_array test control)
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'drivers/net/xen-netback/interface.c')
0 files changed, 0 insertions, 0 deletions