Sfoglia il codice sorgente

Merge "msm: camera: isp: Avoid dereference for unavailable port in ife out" into camera-kernel.lnx.4.0

Camera Software Integration 5 anni fa
parent
commit
43297e2c0e

+ 0 - 3
drivers/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/vfe_bus/cam_vfe_bus_ver3.c

@@ -2400,9 +2400,6 @@ static int cam_vfe_bus_ver3_deinit_vfe_out_resource(
 		 * This is not error. It can happen if the resource is
 		 * never supported in the HW.
 		 */
-		CAM_DBG(CAM_ISP, "VFE:%d out_type:%d already deinitialized",
-			rsrc_data->common_data->core_index,
-			rsrc_data->out_type);
 		return 0;
 	}