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>
This commit is contained in:
parent
daa47f2132
commit
989bad1119
@ -242,11 +242,7 @@ static int xhci_pci_setup(struct usb_hcd *hcd)
|
|||||||
xhci_dbg(xhci, "Got SBRN %u\n", (unsigned int) xhci->sbrn);
|
xhci_dbg(xhci, "Got SBRN %u\n", (unsigned int) xhci->sbrn);
|
||||||
|
|
||||||
/* Find any debug ports */
|
/* Find any debug ports */
|
||||||
retval = xhci_pci_reinit(xhci, pdev);
|
return xhci_pci_reinit(xhci, pdev);
|
||||||
if (!retval)
|
|
||||||
return retval;
|
|
||||||
|
|
||||||
return retval;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user