]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
staging: rtl8723bs: remove bPseudoTest from hal_EfuseSwitchToBank
authorMichael Straube <straube.linux@gmail.com>
Sat, 23 Aug 2025 12:43:18 +0000 (14:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 6 Sep 2025 13:54:58 +0000 (15:54 +0200)
commit4d170e2c0d6896f25d09eddb25e9f72da544d99f
tree54df76660d45215660dd399b9dba41721cb5589e
parent127fae1d910f0cc58af1327a7009dd766820ef98
staging: rtl8723bs: remove bPseudoTest from hal_EfuseSwitchToBank

The function hal_EfuseSwitchToBank is always called with bPseudoTest set to
false. Remove the pPseudoTest parameter and reomve resulting dead code to
reduce code complexity.

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