msm: camera: isp: Add missing in switch case in CSID Driver
This commit adds missing break in switch while selecting the phy values for CSID. Change-Id: I901e8715861f70ec59e34d64b7d553ca9d747b8f CRs-Fixed: 3307427 Signed-off-by: Gaurav Jindal <quic_gjindal@quicinc.com>
This commit is contained in:

committed by
Camera Software Integration

orang tua
d4e151eaf7
melakukan
14e947c51d
@@ -2701,7 +2701,7 @@ static int cam_ife_csid_hw_ver2_config_rx(
|
||||
case CAM_ISP_IFE_IN_RES_TPG:
|
||||
csid_hw->rx_cfg.phy_sel = 0;
|
||||
csid_hw->rx_cfg.tpg_mux_sel = 0;
|
||||
fallthrough;
|
||||
break;
|
||||
case CAM_ISP_IFE_IN_RES_CPHY_TPG_0:
|
||||
csid_hw->rx_cfg.tpg_mux_sel = 1;
|
||||
csid_hw->rx_cfg.tpg_num_sel = 1;
|
||||
|
Reference in New Issue
Block a user