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

Commit d930d5d1 authored by Xu Han's avatar Xu Han Committed by Matt Wagantall
Browse files

msm: camera: turn off logging by default for msm_flash



Turn off logging by default for msm_flash. Use pr_debug
instead of pr_err.

Change-Id: I3871c1cae1187c17235bfc5b270a68aa1be0aea5
Signed-off-by: default avatarXu Han <hanxu@codeaurora.org>
parent ff565614
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
#include "msm_cci.h"

#undef CDBG
#define CDBG(fmt, args...) pr_err(fmt, ##args)
#define CDBG(fmt, args...) pr_debug(fmt, ##args)

DEFINE_MSM_MUTEX(msm_flash_mutex);