staging: rtl8723bs: remove unnecessary hex dumps
authorFabio Aiuto <fabioaiuto83@gmail.com>
Wed, 28 Apr 2021 07:28:04 +0000 (09:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 May 2021 09:19:33 +0000 (11:19 +0200)
commit89bbf2a5136eff891b222e1bfa7cc20e51127f2c
tree2b119717e137dc274220af002031cf09336953d7
parent5660634d8d48e2d5f9b528e057455c9bc657b0b1
staging: rtl8723bs: remove unnecessary hex dumps

Remove unnecessary hex dumps in kernel log.

This deletion has been done with the following
semantic patch:

@@
@@

- print_hex_dump_debug(...);

Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/8bbf5ce17f2d778a67e86cb948395e9ed27478d9.1619594707.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/hal_com.c
drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c
drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c