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

Commit 7c7b638e authored by George Shen's avatar George Shen
Browse files

msm: cvp: Disable CVP debug logging by default



Excessive CVP driver logging caused stability issue. Disable
debug logging. It can be turned on via debug node.

Change-Id: I2fe63d726fa7c881c417b8cb8fabde47d0c3e3c7
Signed-off-by: default avatarGeorge Shen <sqiao@codeaurora.org>
parent 4c220c03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
#include "msm_cvp_debug.h"
#include "cvp_hfi_api.h"

int msm_cvp_debug = CVP_ERR | CVP_WARN | CVP_DBG;
int msm_cvp_debug = CVP_ERR | CVP_WARN;
EXPORT_SYMBOL(msm_cvp_debug);

int msm_cvp_debug_out = CVP_OUT_PRINTK;