Browse Source

msm: eva: Disable excessive debug traces

Prepare for L0 release.

Change-Id: I427f91b9b6e255fb05ab1f52a1684ea1542ee528
Signed-off-by: George Shen <[email protected]>
George Shen 4 years ago
parent
commit
98253a203d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      msm/eva/msm_cvp_debug.c

+ 1 - 1
msm/eva/msm_cvp_debug.c

@@ -11,7 +11,7 @@
 
 #define CREATE_TRACE_POINTS
 #define MAX_SSR_STRING_LEN 10
-int msm_cvp_debug = CVP_ERR | CVP_WARN | CVP_FW | CVP_DBG;
+int msm_cvp_debug = CVP_ERR | CVP_WARN | CVP_FW;
 EXPORT_SYMBOL(msm_cvp_debug);
 
 int msm_cvp_debug_out = CVP_OUT_PRINTK;