Browse Source

qcacmn: Remove macro WMI_DEBUG_ALWAYS

Remove WMI_DEBUG_ALWAYS macro as part of clean up
unused macros.

Change-Id: I46e16b532e56a7015ac1c9643edbf0626bc0611e
CRs-Fixed: 2200010
Bala Venkatesh 7 years ago
parent
commit
ee82634a98
1 changed files with 0 additions and 7 deletions
  1. 0 7
      wmi/inc/wmi_unified_api.h

+ 0 - 7
wmi/inc/wmi_unified_api.h

@@ -81,14 +81,7 @@ typedef qdf_nbuf_t wmi_buf_t;
 #define WMI_LOGP(args ...) \
 	QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_FATAL, ## args)
 
-#define WMI_DEBUG_ALWAYS
 
-#ifdef WMI_DEBUG_ALWAYS
-#define WMI_LOGA(args ...) \
-	QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_FATAL, ## args)
-#else
-#define WMI_LOGA(args ...)
-#endif
 
 #define PHYERROR_MAX_BUFFER_LENGTH 0x7F000000