public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: rtl8723bs: remove unnecessary hex dump logs
@ 2021-04-28  7:28 Fabio Aiuto
  2021-04-28  7:28 ` [PATCH 1/2] staging: rtl8723bs: remove unnecessary hex dumps Fabio Aiuto
  2021-04-28  7:28 ` [PATCH 2/2] staging: rtl8723bs: remove unused macro DRIVER_PREFIX Fabio Aiuto
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Aiuto @ 2021-04-28  7:28 UTC (permalink / raw)
  To: gregkh; +Cc: joe, linux-staging, linux-kernel

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-28  7:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-28  7:28 [PATCH 0/2] staging: rtl8723bs: remove unnecessary hex dump logs Fabio Aiuto
2021-04-28  7:28 ` [PATCH 1/2] staging: rtl8723bs: remove unnecessary hex dumps Fabio Aiuto
2021-04-28  7:28 ` [PATCH 2/2] staging: rtl8723bs: remove unused macro DRIVER_PREFIX Fabio Aiuto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox