]> git.openfabrics.org - ~emulex/infiniband.git/commit
staging:wlan-ng: remove the remaining return at the end of void function
authorDevendra Naga <devendra.aaru@gmail.com>
Thu, 13 Sep 2012 09:31:39 +0000 (15:01 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 03:22:25 +0000 (20:22 -0700)
commit5d6f5054e8ee9af23db3df4471cd3c30d5f2fadc
tree587af173869987239cf462ed079f1460418e1c9c
parent2b970b2d308c61983609a789785d32d01a2dec26
staging:wlan-ng: remove the remaining return at the end of void function

this removes the remaining return which the function actually
wants to return, for that it used goto failed and failed lable
have the return statement at the end of function, which is all
unnecessary, remove this and make the function return at the
places where it does the goto failed

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/prism2sta.c