]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: remove unused ROMVer from struct hal_version
authorNikolay Kulikov <nikolayof23@gmail.com>
Sat, 2 May 2026 21:55:46 +0000 (00:55 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 May 2026 14:53:19 +0000 (16:53 +0200)
commitfaf9f114a82001fe3a4b38e4650f3bc203622ae0
tree4284905f4e1719c959d691dd74ecc5d138a962de
parent12a431a95d65c9d2ff3b38f3e1fcc1821a597446
staging: rtl8723bs: remove unused ROMVer from struct hal_version

'ROMVer' field of 'sturct hal_version' never used anywhere in the
driver, so remove it to eliminate unused code.

Remove the related call to rtw_read32(), the result of which is only
used for 'ROMVer' and is no longer needed.

Signed-off-by: Nikolay Kulikov <nikolayof23@gmail.com>
Link: https://patch.msgid.link/20260502220056.59815-8-nikolayof23@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c
drivers/staging/rtl8723bs/include/HalVerDef.h