staging: rtl8192u: r8192U_core: fix unnecessary else after return code style issue
authorRaphaël Beamonte <raphael.beamonte@gmail.com>
Tue, 18 Aug 2015 16:58:15 +0000 (12:58 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:34 +0000 (18:24 -0700)
commit9647a6d534f2f8f2570d0871e42dee4177b3af27
tree8e9e6280bcf5d336f0a89631103bdc065b40ce47
parent2054df8690ecbcbfd9409adb4bfb3db9c44f8a2b
staging: rtl8192u: r8192U_core: fix unnecessary else after return code style issue

An else statement is not useful after a return.

Signed-off-by: Raphaël Beamonte <raphael.beamonte@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U_core.c