2021-04-28 07:29:29

by Fabio Aiuto

[permalink] [raw]
Subject: [PATCH 0/2] staging: rtl8723bs: remove unnecessary hex dump logs

This macro removes unnecessary hex dump in kernel logs.

Used the following semantic patch:

@@
@@

- print_hex_dump_debug(...);

Remove macro left unused after print_hex_dump_debug()
deletion.

Fabio Aiuto (2):
staging: rtl8723bs: remove unnecessary hex dumps
staging: rtl8723bs: remove unused macro DRIVER_PREFIX

drivers/staging/rtl8723bs/hal/hal_com.c | 6 ------
drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c | 18 ------------------
.../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 3 ---
drivers/staging/rtl8723bs/include/rtw_debug.h | 2 --
4 files changed, 29 deletions(-)

--
2.20.1