staging:wlan-ng: remove all the return statements at the end of functions
authorDevendra Naga <devendra.aaru@gmail.com>
Thu, 13 Sep 2012 09:31:18 +0000 (15:01 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 03:22:25 +0000 (20:22 -0700)
commit2b970b2d308c61983609a789785d32d01a2dec26
treea9692b025360e12cb0363d2ef1011397731de647
parent675be12f45f3f90ed22949fe08ad164316f75316
staging:wlan-ng: remove all the return statements at the end of functions

this file is having all unnecessary return statements at the end of functions
which return void, remove all of them.

some of the functions still uses the return for having the goto end,
which the label end defined at the end of the function which returns
void, this will be cleaned up in next change

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