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

Commit 0187e496 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: cvp: Disable CVP debug logging by default"

parents e415ce16 7c7b638e
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;