mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 04:19:23 -04:00
staging: rtl8723bs: remove unnecessary logging in hal/rtl8723b_hal_init.c
fix the following checkpatch.pl issues:
WARNING: Unnecessary ftrace-like logging - prefer using ftrace
1685: FILE: drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c:1685:
+/* DBG_8192C("%s\n", __func__); */
--
WARNING: Unnecessary ftrace-like logging - prefer using ftrace
1722: FILE: drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c:1722:
+/* DBG_8192C("%s\n", __func__); */
Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/20210318152610.16758-12-fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
0798fb1388
commit
353673e0c0
@@ -1648,8 +1648,6 @@ static u8 hal_EfusePgPacketWrite1ByteHeader(
|
||||
u16 efuse_addr = *pAddr;
|
||||
u8 repeatcnt = 0;
|
||||
|
||||
|
||||
/* DBG_8192C("%s\n", __func__); */
|
||||
pg_header = ((pTargetPkt->offset << 4) & 0xf0) | pTargetPkt->word_en;
|
||||
|
||||
do {
|
||||
@@ -1685,8 +1683,6 @@ static u8 hal_EfusePgPacketWrite2ByteHeader(
|
||||
u8 pg_header = 0, tmp_header = 0;
|
||||
u8 repeatcnt = 0;
|
||||
|
||||
|
||||
/* DBG_8192C("%s\n", __func__); */
|
||||
EFUSE_GetEfuseDefinition(padapter, efuseType, TYPE_AVAILABLE_EFUSE_BYTES_BANK, &efuse_max_available_len, bPseudoTest);
|
||||
|
||||
efuse_addr = *pAddr;
|
||||
|
||||
Reference in New Issue
Block a user