From: Eduardo Barretto Date: Sat, 20 Dec 2014 01:34:33 +0000 (-0200) Subject: Staging: wlan-ng: hfa384x_usb: fixed an 'else' statement coding style issue X-Git-Tag: fixes-v4.0-rc1~99^2~293 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81980c16e27cc87c10265e7c62779ccabcaf456b;p=pandora-kernel.git Staging: wlan-ng: hfa384x_usb: fixed an 'else' statement coding style issue Removed useless 'else' statement that followed an 'if' statement that had a return 1 and moved all the content from the 'else' to outside of the switch case, this way if any case is sufficient it returns '1', otherwise it will return 0. Signed-off-by: Eduardo Barretto Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed