]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8188eu: remove empty label from mlmeext_joinbss_event_callback
authorPhillip Potter <phil@philpotter.co.uk>
Tue, 15 Jun 2021 22:36:01 +0000 (23:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Jun 2021 07:25:28 +0000 (09:25 +0200)
commit74b2344a9007b7444e4d56777a0dfe4bdc6d04e1
tree1a10df4d5dbcb2959a95c72ac97cf8ae8a5088db
parent9e0c6b887bf41113a55a3a113c3a4a564876961d
staging: rtl8188eu: remove empty label from mlmeext_joinbss_event_callback

Remove empty label at end of mlmeext_joinbss_event_callback function, as
it only contained a return in my last patch to make the code build. It
is better removed, and the corresponding goto converted to a return.

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20210615223607.13863-2-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c