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

The function hal_ReadEFuse_BT 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-8-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c