Skip to content

Commit 2d9e220

Browse files
mistraubegregkh
authored andcommitted
staging: rtl8723bs: _InitOtherVariable is empty
The function _InitOtherVariable is empty, remove it. Signed-off-by: Michael Straube <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 907b863 commit 2d9e220

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/staging/rtl8723bs/hal/sdio_halinit.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,10 +1094,6 @@ static void _ReadPROMContent(struct adapter *padapter)
10941094
_ReadEfuseInfo8723BS(padapter);
10951095
}
10961096

1097-
static void _InitOtherVariable(struct adapter *Adapter)
1098-
{
1099-
}
1100-
11011097
/* */
11021098
/* Description: */
11031099
/* Read HW adapter information by E-Fuse or EEPROM according CR9346 reported. */
@@ -1122,7 +1118,6 @@ static s32 _ReadAdapterInfo8723BS(struct adapter *padapter)
11221118
_EfuseCellSel(padapter);
11231119
_ReadRFType(padapter);
11241120
_ReadPROMContent(padapter);
1125-
_InitOtherVariable(padapter);
11261121

11271122
if (!padapter->hw_init_completed) {
11281123
rtw_write8(padapter, 0x67, 0x00); /* for BT, Switch Ant control to BT */

0 commit comments

Comments
 (0)