Details

[Home]

Issue of the Implementation # L0321

Brief

media: pxa_camera: missing disable and unprepare of the clock on the error path

Detailed Description

pxa_camera_probe() was not calling pxa_camera_deactivate(), responsible to call clk_disable_unprepare(), on the failure path. This was leading to unbalancing source clock.

Component

linux-kernel 4.15

Accepted

https://patchwork.kernel.org/patch/10096485/
commit

Status

Fixed in kernel v4.16-rc1

[Home]