usb: host: xhci-mem: remove unneeded break
authorTom Rix <trix@redhat.com>
Mon, 26 Oct 2020 18:58:12 +0000 (11:58 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Oct 2020 11:23:06 +0000 (12:23 +0100)
commit12cb474a0f8e78228a166a665f55147b7d79ae2e
treea3ce76fbe8ec8a868dbf0bb29f1675e6ea56a7ee
parente9b0c20441294717c764c80c171f37c5a5d82ac9
usb: host: xhci-mem: remove unneeded break

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

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