]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: rtl8723bs: remove bPseudoTest from EFUSE_ShadowMapUpdate
authorMichael Straube <straube.linux@gmail.com>
Sat, 23 Aug 2025 12:43:08 +0000 (14:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 6 Sep 2025 13:54:56 +0000 (15:54 +0200)
commit994626b97ec35bb09a5c1a19a62ddfa7643781b7
tree9df910bb6e677f17e66f126351a7d81297e43935
parent91180c6662774cb8f9b69b9bdde0b57babbe14b0
staging: rtl8723bs: remove bPseudoTest from EFUSE_ShadowMapUpdate

The function EFUSE_ShadowMapUpdate is always called with bPseudoTest set
to false. Remove the pPseudoTest parameter and replace its usage in the
function with false to reduce code complexity.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20250823124321.485910-2-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_efuse.c
drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c
drivers/staging/rtl8723bs/include/rtw_efuse.h