qcacmn: Clean up excessive console logging from target if and qdf
Clean up excessive logging from target if and QDF to avoid spamming kernel log buffers. Change-Id: Ib81d6bb68bae9d5c477755b31dc20e10663147d5 CRs-Fixed: 2259283
This commit is contained in:
@@ -49,8 +49,8 @@
|
||||
#define target_if_debug(format, args...) \
|
||||
target_if_logfl(QDF_TRACE_LEVEL_DEBUG, format, ## args)
|
||||
|
||||
#define TARGET_IF_ENTER() target_if_logfl(QDF_TRACE_LEVEL_INFO, "enter")
|
||||
#define TARGET_IF_EXIT() target_if_logfl(QDF_TRACE_LEVEL_INFO, "exit")
|
||||
#define TARGET_IF_ENTER() target_if_logfl(QDF_TRACE_LEVEL_DEBUG, "enter")
|
||||
#define TARGET_IF_EXIT() target_if_logfl(QDF_TRACE_LEVEL_DEBUG, "exit")
|
||||
|
||||
|
||||
#ifdef CONFIG_MCL
|
||||
|
Reference in New Issue
Block a user