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

Commit 3a5fad6a authored by Hody Hung's avatar Hody Hung
Browse files

msm: camera: silient non critical log in cpp



get buff error message already exist in userspace, excessive
log printing causes watchdog bark and stop us to get useful log
in userspace

Change-Id: Icad61c9674eb17b4910c73ec4b818bf8618ac54b
Signed-off-by: default avatarHody Hung <hhung@codeaurora.org>
parent 51f18552
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2014, 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
@@ -1335,7 +1335,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;