[PATCH v2 0/2] staging: rtl8723bs: replace private macro with print_hex_dump_debug

From: Fabio Aiuto
Date: Thu Apr 01 2021 - 05:08:19 EST


this patchset replaces RT_PRINT_DATA private macro for dump hex values
with the kernel helper used for this pourpose.

---------------------------------

Changes in v2:
- removed the do-nothing macro declaration as well

Fabio Aiuto (2):
staging: rtl8723bs: use print_hex_dump_debug instead of private
RT_PRINT_DATA
staging: rtl8723bs: remove unused macro RT_PRINT_DATA

drivers/staging/rtl8723bs/hal/hal_com.c | 13 ++++-------
drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c | 22 ++++++++++++++-----
.../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 3 ++-
drivers/staging/rtl8723bs/include/rtw_debug.h | 20 -----------------
4 files changed, 22 insertions(+), 36 deletions(-)

--
2.20.1