Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 054e7fea authored by Karthik Anantha Ram's avatar Karthik Anantha Ram
Browse files

msm: camera: icp: Reduce log level



Reduce log level from warning to debug.

Change-Id: I6b924beafd4f840bd2eda5e0dd2c3fbd7266a218
Signed-off-by: default avatarKarthik Anantha Ram <kartanan@codeaurora.org>
parent 2cc895c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -199,7 +199,7 @@ static int cam_bps_handle_resume(struct cam_hw_info *bps_dev)
	cam_cpas_reg_read(core_info->cpas_handle,
		CAM_CPAS_REG_CPASTOP, hw_info->pwr_ctrl, true, &pwr_ctrl);
	if (pwr_ctrl & BPS_COLLAPSE_MASK) {
		CAM_WARN(CAM_ICP, "BPS: pwr_ctrl set(%x)", pwr_ctrl);
		CAM_DBG(CAM_ICP, "BPS: pwr_ctrl set(%x)", pwr_ctrl);
		cam_cpas_reg_write(core_info->cpas_handle,
			CAM_CPAS_REG_CPASTOP,
			hw_info->pwr_ctrl, true, 0);
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ static int cam_ipe_handle_resume(struct cam_hw_info *ipe_dev)
		CAM_CPAS_REG_CPASTOP, hw_info->pwr_ctrl,
		true, &pwr_ctrl);
	if (pwr_ctrl & IPE_COLLAPSE_MASK) {
		CAM_WARN(CAM_ICP, "IPE pwr_ctrl set(%x)", pwr_ctrl);
		CAM_DBG(CAM_ICP, "IPE pwr_ctrl set(%x)", pwr_ctrl);
		cam_cpas_reg_write(core_info->cpas_handle,
			CAM_CPAS_REG_CPASTOP,
			hw_info->pwr_ctrl, true, 0);