|
@@ -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);
|
|
CAM_DBG(CAM_ISP, "before stride %d", val);
|
|
val = ALIGNUP(val, 16);
|
|
val = ALIGNUP(val, 16);
|
|
if (val != io_cfg->planes[i].plane_stride)
|
|
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);
|
|
io_cfg->planes[i].plane_stride, val);
|
|
|
|
|
|
if (wm_data->stride != val || !wm_data->init_cfg_done) {
|
|
if (wm_data->stride != val || !wm_data->init_cfg_done) {
|