Commit 12cb474a authored by Tom Rix's avatar Tom Rix Committed by Greg Kroah-Hartman
Browse files

usb: host: xhci-mem: remove unneeded break



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

Signed-off-by: default avatarTom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20201026185812.1427461-1-trix@redhat.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e9b0c204
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1144,7 +1144,6 @@ int xhci_setup_addressable_virt_dev(struct xhci_hcd *xhci, struct usb_device *ud
	case USB_SPEED_WIRELESS:
		xhci_dbg(xhci, "FIXME xHCI doesn't support wireless speeds\n");
		return -EINVAL;
		break;
	default:
		/* Speed was set earlier, this shouldn't happen. */
		return -EINVAL;