Explorar o código

Merge "msm: camera: isp: Add missing break statement" into camera-kernel.lnx.5.0

Haritha Chintalapati %!s(int64=4) %!d(string=hai) anos
pai
achega
fc581f9571
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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

@@ -3334,6 +3334,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");