USB: serial: iuu_phoenix: remove unneeded break
authorTom Rix <trix@redhat.com>
Mon, 26 Oct 2020 19:14:50 +0000 (12:14 -0700)
committerJohan Hovold <johan@kernel.org>
Tue, 27 Oct 2020 08:36:53 +0000 (09:36 +0100)
commitd1849b9ff9f442b3720e07b2d6f6c5cf1b97b1a3
treee8190d8423966236df192c52a7ccb9e78dea7d5d
parent1fcf689181e95f3a289f42806fff38fb15a66b61
USB: serial: iuu_phoenix: remove unneeded break

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

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/iuu_phoenix.c