USB: mos7840: fix port_probe flow
authorJohan Hovold <jhovold@gmail.com>
Thu, 25 Oct 2012 16:56:35 +0000 (18:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Oct 2012 18:11:19 +0000 (11:11 -0700)
commitae685effe70cbe11fc269741629022f76005ea99
tree8f0e540d28f873bf895baf0dea229654b108c074
parent80c00750f0c9867a65b30a17880939b6bc660a77
USB: mos7840: fix port_probe flow

Remove temporary do-while(0) loop used to keep changes minimal.

Fixup indentation, remove some line breaks, and replace break with goto
to maintain flow.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/mos7840.c