Files
linux/drivers
Naushir Patuck 11fb509ec8 media: bcm2835-unicam: Return early from stop_streaming() if stopped
clk_disable_unprepare() is called unconditionally in stop_streaming().
This is incorrect in the cases where start_streaming() fails, and
unprepares all clocks as part of the failure cleanup. To avoid this,
ensure that clk_disable_unprepare() is only called in stop_streaming()
if the clocks are in a prepared state.

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
2022-03-21 16:04:09 +00:00
..
2022-03-21 16:04:07 +00:00
2022-03-02 11:48:04 +01:00
2022-03-21 16:04:05 +00:00
2022-03-21 16:03:48 +00:00
2022-03-21 16:03:49 +00:00
2021-11-18 19:16:08 +01:00
2022-03-21 16:04:08 +00:00
2022-03-21 16:04:08 +00:00
2021-12-22 09:32:39 +01:00