aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLaurent Pinchart <[email protected]>2023-09-14 21:17:00 +0300
committerHans Verkuil <[email protected]>2023-09-27 09:40:00 +0200
commit5c873f079da7751957f3cfa02da38a8d15ffde65 (patch)
tree20339f2e6f6deb1f505e72e579db85ac7509a00b /tools/perf/scripts/python
parent55e941d06a761be4f769c1c2e1fff3664c78ab4a (diff)
media: i2c: ov13b10: Drop stream handling in runtime PM handlers
The sensor is guaranteed not to be streaming when the runtime PM resume handler is called, as the resume handler is only called from the .s_stream() operation when starting streaming. Similarly, the sensor has been stopped when the runtime PM suspend handler is called. There is thus no need for manual stream start/stop from the runtime PM handlers. Drop them. The streaming field of the driver's private structure is now unused, drop it as well. Signed-off-by: Laurent Pinchart <[email protected]> Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions