]> Git Repo - linux.git/blobdiff - drivers/usb/dwc3/dwc3-pci.c
perf dso: Move dso_id from 'struct map' to 'struct dso'
[linux.git] / drivers / usb / dwc3 / dwc3-pci.c
index 5e8e18222f922c00a646063b91599be7100feb41..023f0357efd77eae3182aaf596120b8a8847fa8b 100644 (file)
@@ -258,7 +258,7 @@ static int dwc3_pci_probe(struct pci_dev *pci, const struct pci_device_id *id)
 
        ret = platform_device_add_properties(dwc->dwc3, p);
        if (ret < 0)
-               return ret;
+               goto err;
 
        ret = dwc3_pci_quirks(dwc);
        if (ret)
This page took 0.033157 seconds and 4 git commands to generate.