]> git.ipfire.org Git - thirdparty/linux.git/commit
staging: rtl8723bs: delete superfluous switch statement
authorJennifer Guo <guojy.bj@gmail.com>
Sun, 17 May 2026 04:43:30 +0000 (21:43 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 May 2026 10:41:29 +0000 (12:41 +0200)
commitc5357b3566309ebc817f02133afc2affeb54f42e
tree672a466824c5449fa9f3d225623d8bb19577842f
parentddf58ed94154c883590c58ceec05b77cacf5805e
staging: rtl8723bs: delete superfluous switch statement

This switch statement doesn't do anything in all of its branches. As
such we can clean it up, and only keep the assignment in the else block.

Signed-off-by: Jennifer Guo <guojy.bj@gmail.com>
Link: https://patch.msgid.link/20260517044330.8517-1-guojy.bj@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c