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

Commit 33ab37d1 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ais: Fix CAM_ERR and CAM_WARN formatting errors"

parents 78f72b1f 14ed2877
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2794,7 +2794,7 @@ static int __cam_isp_ctx_config_dev_in_top_state(
		goto put_ref;

	if (cam_mem_put_cpu_buf((int32_t) cmd->packet_handle))
		CAM_WARN(CAM_ISP, "Can not put packet address : 0x%x",
		CAM_WARN(CAM_ISP, "Can not put packet address : 0x%llx",
			cmd->packet_handle);

	CAM_DBG(CAM_REQ,
@@ -2811,7 +2811,7 @@ static int __cam_isp_ctx_config_dev_in_top_state(
	}
free_cpu_buf:
	if (cam_mem_put_cpu_buf((int32_t) cmd->packet_handle))
		CAM_WARN(CAM_ISP, "Can not put packet address: 0x%x",
		CAM_WARN(CAM_ISP, "Can not put packet address: 0x%llx",
			cmd->packet_handle);
free_req:
	spin_lock_bh(&ctx->lock);