Browse Source

Merge "msm: camera: isp: Change log from warn to DBG" into camera-kernel.lnx.5.0

Camera Software Integration 4 years ago
parent
commit
99af90b2e5

+ 1 - 1
drivers/cam_isp/isp_hw_mgr/isp_hw/sfe_hw/sfe_bus/cam_sfe_bus_wr.c

@@ -2220,7 +2220,7 @@ skip_cache_cfg:
 		CAM_DBG(CAM_SFE, "before stride %d", val);
 		val = ALIGNUP(val, 16);
 		if (val != stride)
-			CAM_WARN(CAM_SFE, "Warning stride %u expected %u",
+			CAM_DBG(CAM_SFE, "Warning stride %u expected %u",
 				stride, val);
 
 		if (wm_data->stride != val || !wm_data->init_cfg_done) {

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

@@ -3093,7 +3093,7 @@ static int cam_vfe_bus_ver3_update_wm(void *priv, void *cmd_args,
 		CAM_DBG(CAM_ISP, "before stride %d", val);
 		val = ALIGNUP(val, 16);
 		if (val != io_cfg->planes[i].plane_stride)
-			CAM_WARN(CAM_ISP, "Warning stride %u expected %u",
+			CAM_DBG(CAM_ISP, "Warning stride %u expected %u",
 				io_cfg->planes[i].plane_stride, val);
 
 		if (wm_data->stride != val || !wm_data->init_cfg_done) {