Merge "msm: camera: utils: populate applied clock rate properly" into camera-kernel.lnx.7.0

This commit is contained in:
Camera Software Integration
2024-05-09 00:19:58 -07:00
کامیت شده توسط Gerrit - the friendly Code Review server
کامیت 950fb5e35a

مشاهده پرونده

@@ -1480,7 +1480,7 @@ static int cam_soc_util_set_clk_rate(struct cam_hw_soc_info *soc_info,
} }
} }
if (applied_clk_rate) if (applied_clk_rate && set_rate)
*applied_clk_rate = clk_rate_round; *applied_clk_rate = clk_rate_round;
return rc; return rc;