diff options
| author | Fabio Aiuto <[email protected]> | 2021-03-18 16:26:04 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-03-20 13:38:21 +0100 |
| commit | 0798fb1388d65c19cc55aa0a85b6a42798d929f9 (patch) | |
| tree | 800c24301cc2adfd4e92c9df3e932e8dcde22a87 /tools/perf/scripts/python/bin | |
| parent | 5eff6c3c388f1bcf3cbf19918f5a3378548bf199 (diff) | |
staging: rtl8723bs: remove unnecessary logging in hal/odm_debug.h
fix the following checkpatch.pl issues:
WARNING: Unnecessary ftrace-like logging - prefer using ftrace
134: FILE: drivers/staging/rtl8723bs/hal/odm_debug.h:134:
+#define ODM_dbg_enter() { DbgPrint("==> %s\n", __func__); }
--
WARNING: Unnecessary ftrace-like logging - prefer using ftrace
135: FILE: drivers/staging/rtl8723bs/hal/odm_debug.h:135:
+#define ODM_dbg_exit() { DbgPrint("<== %s\n", __func__); }
and removed containing unused macros
Signed-off-by: Fabio Aiuto <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions