Skip to content

Commit 41087c3

Browse files
Philipp Hortmanngregkh
authored andcommitted
staging: rtl8723bs: Remove unused function dump_4_regs
Remove unused function dump_4_regs. Signed-off-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/583ba389a269a11f4c2497ae5152ad8299d88455.1725826273.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a5f6f2f commit 41087c3

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

drivers/staging/rtl8723bs/core/rtw_debug.c

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,3 @@
1010
#include <hal_btcoex.h>
1111

1212
#include <rtw_version.h>
13-
14-
static void dump_4_regs(struct adapter *adapter, int offset)
15-
{
16-
u32 reg[4];
17-
int i;
18-
19-
for (i = 0; i < 4; i++)
20-
reg[i] = rtw_read32(adapter, offset + i);
21-
22-
netdev_dbg(adapter->pnetdev, "0x%03x 0x%08x 0x%08x 0x%08x 0x%08x\n",
23-
i, reg[0], reg[1], reg[2], reg[3]);
24-
}

0 commit comments

Comments
 (0)