]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
staging: rtl8723bs: remove unnecessary logging in hal/HalBtcOutSrc.h
authorFabio Aiuto <fabioaiuto83@gmail.com>
Thu, 18 Mar 2021 15:26:01 +0000 (16:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Mar 2021 12:38:21 +0000 (13:38 +0100)
commit4956e4d0822f8347fd549c2a6a2fd4eca33d8454
treec99c8b96463699214d4d4f65b677093f47d202d5
parentdf2d8943535b124f08a321e56c80bc24bcee4b3b
staging: rtl8723bs: remove unnecessary logging in hal/HalBtcOutSrc.h

fix the following checkpatch.pl issues:

WARNING: Unnecessary ftrace-like logging - prefer using ftrace
126: FILE: drivers/staging/rtl8723bs/hal/HalBtcOutSrc.h:126:
+ DbgPrint("%s(): ", __func__);\

and remove the whole unused containing macro BTC_PRINT_F

Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/20210318152610.16758-7-fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/HalBtcOutSrc.h