Browse Source

msm: camera: isp: Add missing break statement

Add missing break statement when finding CSID RDI res type.

CRs-Fixed: 2841729
Change-Id: I2f4063da90e0bb4ea6dfe5c9b5c55b423b4a7016
Signed-off-by: Karthik Anantha Ram <[email protected]>
Karthik Anantha Ram 4 years ago
parent
commit
ec21a5d8e5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/cam_isp/isp_hw_mgr/cam_ife_hw_mgr.c

+ 1 - 0
drivers/cam_isp/isp_hw_mgr/cam_ife_hw_mgr.c

@@ -3398,6 +3398,7 @@ static enum cam_ife_pix_path_res_id
 		break;
 	case CAM_ISP_SFE_OUT_RES_RDI_4:
 		path_id = CAM_IFE_PIX_PATH_RES_RDI_4;
+		break;
 	default:
 		path_id = CAM_IFE_PIX_PATH_RES_MAX;
 		CAM_DBG(CAM_ISP, "maximum rdi output type exceeded");