Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> writes: > This patch makes error path cleaner and probe function tidier. ...but does not apply to chipidea tree. > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > --- > It assumes that removal of PCI_D0 and drvdata(NULL) were done previously. > > drivers/usb/chipidea/ci13xxx_pci.c | 18 +++++------------- > 1 file changed, 5 insertions(+), 13 deletions(-) > > diff --git a/drivers/usb/chipidea/ci13xxx_pci.c b/drivers/usb/chipidea/ci13xxx_pci.c > index 59fab90..c9e9cb3 100644 > --- a/drivers/usb/chipidea/ci13xxx_pci.c > +++ b/drivers/usb/chipidea/ci13xxx_pci.c > @@ -49,7 +49,7 @@ static struct ci13xxx_platform_data penwell_pci_platdata = { > * invokes the udc_probe() method to start the UDC associated with it > */ > static int ci13xxx_pci_probe(struct pci_dev *pdev, > - const struct pci_device_id *id) > + const struct pci_device_id *id) This does not seem to be relevant to the patch description. Regards, -- Alex -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html