Re: [PATCH] media: i2c: ov2735: fix power cleanup on remove

From: Krzysztof Kozlowski

Date: Tue Sep 15 2026 - 07:09:19 EST


On 15/09/2026 10:50, Guangshuo Li wrote:
> ov2735_probe() explicitly powers on the sensor before enabling runtime
> PM. The probe failure paths call ov2735_power_off(), but the remove path
> does not perform the corresponding power-off operation.
>
> The managed runtime PM helpers only clean up the runtime PM state.
> devm_pm_runtime_set_active_enabled() disables runtime PM and restores
> the suspended state during device resource release, while
> devm_pm_runtime_get_noresume() drops the runtime PM usage reference.
> Neither helper invokes ov2735_power_off().

AGAIN, you send patch by one, instead of grouping them in a patchset.
I already asked you to stop this and fix your workflow.

Please read submitting patches document.

Best regards,
Krzysztof