Files
android_kernel_samsung_sm86…/drivers/cam_sensor_module
Mukund Madhusudan Atre 8198f7b8f4 msm: camera: common: Update clk_get return check condition
Currently, we are checking the clock struct pointer for NULL
returned from clk_get functions. certain critical clocks might
have NULL returned for clk pointer, since they are enabled during
boot itself. Update return check condition for err only and ignore
NULL value and skip its usage.

CRs-Fixed: 3296865
Change-Id: I5c1852f2348ae8aeeb0508a2f4a052a8c4f1989e
Signed-off-by: Mukund Madhusudan Atre <quic_matre@quicinc.com>
2022-09-26 23:36:09 -07:00
..