staging:wlan-ng: cleanup hfa384x_ctlxout_callback
authorDevendra Naga <devendra.aaru@gmail.com>
Sun, 9 Sep 2012 13:10:54 +0000 (18:40 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Sep 2012 22:42:51 +0000 (15:42 -0700)
commit89e6302ce7125d3be40637c2080be2b4728e4510
tree9c9a308a40a22712494729b0b487f1968f946935
parent3f5142583066d6d9a9484b060779dad419780720
staging:wlan-ng: cleanup hfa384x_ctlxout_callback

goto done is not required and actually having goto done does
jumps the program to end of the function and calls return.
instead call return directly

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