[PATCH 00/14] staging: rtl8723bs: clean up efuse related code

Michael Straube posted 14 patches 1 month, 1 week ago
drivers/staging/rtl8723bs/core/rtw_efuse.c    | 138 +-------
.../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 326 +++---------------
drivers/staging/rtl8723bs/include/hal_intf.h  |   5 +-
drivers/staging/rtl8723bs/include/rtw_efuse.h |   6 +-
4 files changed, 62 insertions(+), 413 deletions(-)
[PATCH 00/14] staging: rtl8723bs: clean up efuse related code
Posted by Michael Straube 1 month, 1 week ago
This series removes the boolean parameter bPseudoTest from efuse stuff
related functions. As this parameter is always set to false in the driver,
we can safely remove it. Besides improved readability and decreased code
complexity, removing the bPseudoTest parameter allowed for getting rid of
a lot of dead code. In total, this series reduced the object file size by
more than 1100 bytes on my system.

The patches have been compile-tested only due to lack of hardware.

Michael Straube (14):
  staging: rtl8723bs: remove bPseudoTest from EFUSE_ShadowMapUpdate
  staging: rtl8723bs: make Efuse_ReadAllMap static
  staging: rtl8723bs: remove bPseudoTest from Efuse_ReadAllMap
  staging: rtl8723bs: remove wrapper efuse_ReadEFuse
  staging: rtl8723bs: remove bPseudoTest from Hal_ReadEFuse
  staging: rtl8723bs: remove bPseudoTest from hal_ReadEFuse_WiFi
  staging: rtl8723bs: remove bPseudoTest from hal_ReadEFuse_BT
  staging: rtl8723bs: remove wrapper EFUSE_GetEfuseDefinition
  staging: rtl8723bs: remove bPseudoTest from Hal_GetEfuseDefinition
  staging: rtl8723bs: remove Hal_EfuseGetCurrentSize
  staging: rtl8723bs: remove bPseudoTest from hal_EfuseSwitchToBank
  staging: rtl8723bs: clean up variable initializations
  staging: rtl8723bs: remove bPseudoTest from efuse_OneByteRead
  staging: rtl8723bs: remove efuse_OneByteWrite

 drivers/staging/rtl8723bs/core/rtw_efuse.c    | 138 +-------
 .../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 326 +++---------------
 drivers/staging/rtl8723bs/include/hal_intf.h  |   5 +-
 drivers/staging/rtl8723bs/include/rtw_efuse.h |   6 +-
 4 files changed, 62 insertions(+), 413 deletions(-)

-- 
2.51.0