]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/usb/host/xhci-pci.c
Merge branch 'pci/msi-affinity' into next
[mirror_ubuntu-artful-kernel.git] / drivers / usb / host / xhci-pci.c
index c10972fcc8e489fe07598c9cc036574c926a4a4b..4fd041bec332c154604d6e1c262a70f791604fae 100644 (file)
@@ -387,7 +387,7 @@ static int xhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup)
         * need to have the registers polled during D3, so avoid D3cold.
         */
        if (xhci->quirks & XHCI_COMP_MODE_QUIRK)
-               pdev->no_d3cold = true;
+               pci_d3cold_disable(pdev);
 
        if (xhci->quirks & XHCI_PME_STUCK_QUIRK)
                xhci_pme_quirk(hcd);