staging: rtl8723bs: remove unnecessary goto jumps
authorBryan Brattlof <hello@bryanbrattlof.com>
Sun, 11 Apr 2021 13:36:39 +0000 (13:36 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Apr 2021 09:38:00 +0000 (11:38 +0200)
commita2e2a05d5d57c08d70ed86c68b5c684246eb4e08
tree57c071265f4c5262694562727ccf8d7b60364ef6
parent9e74999b1a68ca17f985e65e007eda2bb5167931
staging: rtl8723bs: remove unnecessary goto jumps

The next instruction for both 'goto exit' jump statements is to
execute the exit jump instructions regardless. We can safely
remove all jump statements from __init rtw_drv_entry()

Signed-off-by: Bryan Brattlof <hello@bryanbrattlof.com>
Link: https://lore.kernel.org/r/20210411133625.38195-1-hello@bryanbrattlof.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/sdio_intf.c