diff --git a/drivers/usb/dwc3/dwc3-pci.c b/drivers/usb/dwc3/dwc3-pci.c index dcc64791b4e15ff1cd75035de5f784f34b29202b..20d0c8adfe407198461dc34835a3f951aabb775b 100644 --- a/drivers/usb/dwc3/dwc3-pci.c +++ b/drivers/usb/dwc3/dwc3-pci.c @@ -89,6 +89,7 @@ static int __devinit dwc3_pci_probe(struct pci_dev *pci, dwc3 = platform_device_alloc("dwc3", devid); if (!dwc3) { dev_err(dev, "couldn't allocate dwc3 device\n"); + ret = -ENOMEM; goto err1; }