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:
Rajeev Kumar
2018-06-12 15:01:23 -07:00
committed by nshrivas
부모 46cb680595
커밋 8716234661
2개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제

파일 보기

@@ -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