Skip to content

Commit

Permalink
staging: r8188eu: remove DBG_88E macro definition
Browse files Browse the repository at this point in the history
Remove DBG_88E macro definition as it has no remaining callers within
the driver. This is part of the ongoing effort to cleanup the driver to
use standard debug mechanisms where appropriate.

Signed-off-by: Phillip Potter <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
PhilPotter authored and gregkh committed Feb 17, 2022
1 parent ef04359 commit cd480b0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/staging/r8188eu/include/rtw_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,4 @@

extern u32 GlobalDebugLevel;

#define DBG_88E(...) \
do { \
if (_drv_err_ <= GlobalDebugLevel) \
pr_info(DRIVER_PREFIX __VA_ARGS__); \
} while (0)

#endif /* __RTW_DEBUG_H__ */

0 comments on commit cd480b0

Please sign in to comment.