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

Commit 27174196 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: silient non critical log in cpp"

parents 31f09dd7 3a5fad6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1338,7 +1338,7 @@ static int msm_cpp_cfg(struct cpp_device *cpp_dev,
			&buff_mgr_info);
		if (rc < 0) {
			rc = -EAGAIN;
			pr_err("error getting buffer rc:%d\n", rc);
			pr_debug("error getting buffer rc:%d\n", rc);
			goto ERROR2;
		}
		new_frame->output_buffer_info[0].index = buff_mgr_info.index;