usb: xhci: remove unnecessary return in xhci_pci_setup()
authorLu Baolu <baolu.lu@linux.intel.com>
Mon, 23 Jan 2017 12:20:03 +0000 (14:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Jan 2017 09:57:35 +0000 (10:57 +0100)
commit989bad111979f6e3827f23c3797f6ecd67766bab
tree37df5047e1b05457a5d878e5bc39c28311e672e8
parentdaa47f2132dce31fcab7c6ebdcb957e598c768f2
usb: xhci: remove unnecessary return in xhci_pci_setup()

Remove the unnecessary return line in xhci_pci_setup().

Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-pci.c