소스 검색

qcacld-3.0: Cleanup FISA debug macro

FISA debug macro is leading to unnecessary additional functional calls,
to avoid this cleaning up macro and pointing to nop when disabled.

Change-Id: I21ebd64f61e2c31736d55e2d17f588dbddbc15c7
CRs-Fixed: 2869361
Karthik Kantamneni 4 년 전
부모
커밋
795d9dfab2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/dp/txrx3.0/dp_fisa_rx.h

+ 1 - 1
core/dp/txrx3.0/dp_fisa_rx.h

@@ -22,7 +22,7 @@
 #ifdef FISA_DEBUG_ENABLE
 #define dp_fisa_debug dp_info
 #else
-#define dp_fisa_debug dp_debug
+#define dp_fisa_debug(params...)
 #endif
 
 #if defined(WLAN_SUPPORT_RX_FISA)