OSDN Git Service

Staging:wlan-ng:Merged two lines into one
authorBhumika Goyal <bhumirks@gmail.com>
Mon, 8 Feb 2016 19:58:10 +0000 (01:28 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Feb 2016 01:43:09 +0000 (17:43 -0800)
commitca026a3504c2033821b672a09b26d467ae017eb2
treed42d8d8cd36eca8d285b7b0a9e9a189ad51f509b
parentc75955d1ee43b214c497cc297956866ca05ef22b
Staging:wlan-ng:Merged two lines into one

The last two lines of these functions are compressed into one.
Also removed the variable ret as it is now not used.
Found using coccinelle:
@@
expression e, ret;
@@

-ret =
+return
     e;
-return ret;

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/hfa384x_usb.c