Skip to content

Commit

Permalink
MSM_CVP: remove firmware logging / dmesg spam
Browse files Browse the repository at this point in the history
Signed-off-by: engstk <eng.stk@sapo.pt>
  • Loading branch information
kristofpetho authored and engstk committed Jan 31, 2021
1 parent c9efce1 commit 34d48b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/platform/msm/cvp/msm_cvp_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "msm_cvp_common.h"
#include "cvp_core_hfi.h"

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

int msm_cvp_debug_out = CVP_OUT_PRINTK;
Expand Down

0 comments on commit 34d48b3

Please sign in to comment.