Skip to content

Commit

Permalink
msm/cvp: remove debug logging and logging decision
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofpetho authored and acuicultor committed May 1, 2021
1 parent 7a5eaee commit dce1338
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions drivers/media/platform/msm/cvp/msm_cvp_debug.h
Expand Up @@ -54,15 +54,7 @@ extern int msm_cvp_clock_voting;
extern bool msm_cvp_syscache_disable;

#define dprintk(__level, __fmt, arg...) \
do { \
if (msm_cvp_debug & __level) { \
if (msm_cvp_debug_out == CVP_OUT_PRINTK) { \
pr_info(CVP_DBG_TAG __fmt, \
get_debug_level_str(__level), \
## arg); \
} \
} \
} while (0)
pr_debug(CVP_DBG_TAG __fmt, get_debug_level_str(__level), ## arg)

#define MSM_CVP_ERROR(value) \
do { if (value) \
Expand Down

0 comments on commit dce1338

Please sign in to comment.