diff options
| author | Hans de Goede <[email protected]> | 2022-02-03 13:33:12 +0100 |
|---|---|---|
| committer | Sakari Ailus <[email protected]> | 2022-03-04 00:27:05 +0200 |
| commit | d4cb5d3c4cee28aa89b02bc33d930a6cf75e7f79 (patch) | |
| tree | 04f3192eeb7146edd76d6781217d391a69feca14 /tools/perf/scripts/python/netdev-times.py | |
| parent | e738f5dd67eb8098d75345908a5e73782d0569a5 (diff) | |
media: i2c: ov5648: Fix lockdep error
ov5648_state_init() calls ov5648_state_mipi_configure() which uses
__v4l2_ctrl_s_ctrl[_int64](). This means that sensor->mutex (which
is also sensor->ctrls.handler.lock) must be locked before calling
ov5648_state_init().
ov5648_state_mipi_configure() is also used in other places where
the lock is already held so it cannot be changed itself.
Note this is based on an identical (tested) fix for the ov8865 driver,
this has only been compile-tested.
Cc: Paul Kocialkowski <[email protected]>
Reviewed-by: Paul Kocialkowski <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions