[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1619594707.git.fabioaiuto83@gmail.com>
Date: Wed, 28 Apr 2021 09:28:03 +0200
From: Fabio Aiuto <fabioaiuto83@...il.com>
To: gregkh@...uxfoundation.org
Cc: joe@...ches.com, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org
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
Powered by blists - more mailing lists