Tag: ca026a3504c2033821b672a09b26d467ae017eb2

Staging:wlan-ng:Merged two lines into one

Author: Bhumika Goyal <bhumirks@gmail.com> 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 Signed-off-by: Greg Kroah-Hartman — drivers/staging/wlan-ng/hfa384x_usb.c | 20 ++++—————- 1 file changed, 4 …

Continue reading