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

Commit 37fc04fb 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: Retelimit log in msm_vb2_buf_cleanup."

parents 81ab9e6d 37087f89
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -122,7 +122,7 @@ static void msm_vb2_stop_stream(struct vb2_queue *q)

	stream = msm_get_stream_from_vb2q(q);
	if (!stream) {
		pr_err("%s:%d] NULL stream", __func__, __LINE__);
		pr_err_ratelimited("%s:%d] NULL stream", __func__, __LINE__);
		return;
	}