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

The function hal_ReadEFuse_WiFi is always called with bPseudoTest set
to false. Remove the pPseudoTest parameter, replace its usage in the
function with false, 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-7-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c