usb: misc: iowarrior: remove unneeded break
authorTom Rix <trix@redhat.com>
Mon, 26 Oct 2020 19:28:00 +0000 (12:28 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Oct 2020 11:22:46 +0000 (12:22 +0100)
commit907412c0bb2340e699b5bd1eeafa9d597d2d3045
treed341f78f90a60d63aa72c97d2551f3321bf5c464
parent23eac8531acdec3bdbd920d5ec0d7747508eaaab
usb: misc: iowarrior: remove unneeded break

A break is not needed if it is preceded by a goto.

Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20201026192800.1431547-1-trix@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/iowarrior.c