staging: emxx_udc: Remove cleanup1 label
authorRavi Teja Darbha <ravi2j@gmail.com>
Fri, 4 Sep 2015 19:38:29 +0000 (01:08 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:52 +0000 (18:24 -0700)
commitc648a57ae5e1685ff5aee496b0014ae93b308975
tree428f4db279e45af51954b016fd20e705ef2b9107
parent706eb8cfb1f43953d7b7e85780e4ba720748ca00
staging: emxx_udc: Remove cleanup1 label

The cleanup1 label does nothing but return. Better way is to return
immediately instead of using goto. Hence, removed.

Signed-off-by: Ravi Teja Darbha <ravi2j@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/emxx_udc/emxx_udc.c