소스 검색

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 년 전
부모
커밋
ec21a5d8e5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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");