staging: rtl8188eu: remove unnecessary RETURN label
authorMichael Straube <straube.linux@gmail.com>
Thu, 6 Feb 2020 08:59:24 +0000 (09:59 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Feb 2020 00:23:02 +0000 (16:23 -0800)
commit226f912a0f7a85134dc457c54c2a806140e4e50a
tree6b1fd7d145ed0d50c1459361b8e4cd6af8440be4
parent12396526807d2ce56ef9cb2f9245c0a71fecf25f
staging: rtl8188eu: remove unnecessary RETURN label

Remove unnecessary RETURN label and use return directly instead. Since
the return type of rtw_free_netdev() is void, remove the return at the
end of the function.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20200206085924.21531-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/osdep_service.c