]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: core: remove empty if-statements
authorWilliam Hansen-Baird <william.hansen.baird@gmail.com>
Wed, 24 Dec 2025 10:02:54 +0000 (05:02 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 11 Jan 2026 12:51:59 +0000 (13:51 +0100)
commitf8a916c8ca0ed584ddc7c07e3a80fe92efce35db
tree39e9fbad980a52e74998911c936e9a217842e7e7
parent780f18732a96e3be470bab01c214b42b2202319c
staging: rtl8723bs: core: remove empty if-statements

This patch removes if-statements with no body in rtw_recv.c and rtw_xmit.c.
If-statement conditions have no side-effect and can be safely removed.

Signed-off-by: William Hansen-Baird <william.hansen.baird@gmail.com>
Link: https://patch.msgid.link/20251224100329.762141-1-william.hansen.baird@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_recv.c
drivers/staging/rtl8723bs/core/rtw_xmit.c