Files
android_kernel_samsung_sm86…/drivers/cam_sensor_module
Jigarkumar Zala 218814c4de msm: camera: sensor: Remove NULL set for regulator phandle
Regulator_get is being moved with probe time for opertional
performance improvement. With this change regualtor phandle can
only be derive at power cycle. In case of power_on/down failure case
currently regulator phandle is set with NULL which can cause
failure in power related operation in all future sessions. This change
removes NULL setting to regulator phandle in failure case.

CRs-Fixed: 3052638
Change-Id: I4abec311416e852bbe1922024b05755e2b3a3d25
Signed-off-by: Jigarkumar Zala <jzala@codeaurora.org>
2021-10-22 19:14:09 -07:00
..