staging: r8188eu: remove unnecessary label
authorMartin Kaiser <martin@kaiser.cx>
Mon, 24 Oct 2022 08:14:13 +0000 (10:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Oct 2022 17:19:38 +0000 (19:19 +0200)
commit2d64ae536ef0c78924fdd99e0bb3018d7b6b3178
tree3a80c817b6d5ef08dbf75c67a99d620b54008e2b
parent05aa6bf9c2546379f8ba57e2ffe8f88082d50a52
staging: r8188eu: remove unnecessary label

Remove a label on OnAuthClient that just calls return. We can return
directly instead of jumping to this label.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Link: https://lore.kernel.org/r/20221024081417.66441-14-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_mlme_ext.c