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

Commit b9114078 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: isp: Remove "No buffer" log in buffer manager"

parents 3a72122f fe7b8116
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -512,7 +512,7 @@ static int msm_isp_get_buf(struct msm_isp_buf_mgr *buf_mgr, uint32_t id,

			}
		} else {
			pr_err("%s: No Buffer session_id: %d stream_id: %d\n",
			CDBG("%s: No Buffer session_id: %d stream_id: %d\n",
				__func__, bufq->session_id, bufq->stream_id);
			rc = -EINVAL;
		}