msm: camera: sensor: Remove mutex sensitive call in interrupt context

Remove the function call, is getting clock rates with mutex locked
in interrupt context.

CRs-Fixed: 3615675

Change-Id: I838fbd0b211e454de812b7631a1bb8072072ec75
Signed-off-by: Shadul Shaikh <quic_shaduls@quicinc.com>
(cherry picked from commit a42bed83fbfd0dff1940ce7b221ee3370f1e917e)
This commit is contained in:
Shadul Shaikh
2023-09-13 17:19:24 +05:30
parent e383234b62
commit a6fbca726b

View File

@@ -159,8 +159,6 @@ static void cam_csiphy_subdev_handle_message(struct v4l2_subdev *sd,
switch (message_type) {
case CAM_SUBDEV_MESSAGE_REG_DUMP: {
cam_csiphy_trigger_reg_dump(csiphy_dev);
cam_soc_util_print_clk_freq(&csiphy_dev->soc_info);
break;
}
case CAM_SUBDEV_MESSAGE_APPLY_CSIPHY_AUX: {