]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix up 3.18 patch
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Apr 2018 14:14:46 +0000 (16:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Apr 2018 14:14:46 +0000 (16:14 +0200)
queue-3.18/usb-dwc3-pci-properly-cleanup-resource.patch

index a5c67addf2448bc819e2450780e1297147df6548..741fca8ca25d3a50097f329cb5118ba315b13104 100644 (file)
@@ -27,7 +27,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        if (ret) {
                dev_err(dev, "couldn't add resources to dwc3 device\n");
 -              return ret;
-+              goto err;
++              goto err3;
        }
  
        pci_set_drvdata(pci, glue);