diff options
Diffstat (limited to 'drivers/usb/host/pci-quirks.c')
-rw-r--r-- | drivers/usb/host/pci-quirks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/pci-quirks.c b/drivers/usb/host/pci-quirks.c index 8c6c6d9036d1..dfbdd3aefe98 100644 --- a/drivers/usb/host/pci-quirks.c +++ b/drivers/usb/host/pci-quirks.c | |||
@@ -888,7 +888,7 @@ void usb_enable_intel_xhci_ports(struct pci_dev *xhci_pdev) | |||
888 | * switchable ports. | 888 | * switchable ports. |
889 | */ | 889 | */ |
890 | pci_write_config_dword(xhci_pdev, USB_INTEL_USB3_PSSEN, | 890 | pci_write_config_dword(xhci_pdev, USB_INTEL_USB3_PSSEN, |
891 | cpu_to_le32(ports_available)); | 891 | ports_available); |
892 | 892 | ||
893 | pci_read_config_dword(xhci_pdev, USB_INTEL_USB3_PSSEN, | 893 | pci_read_config_dword(xhci_pdev, USB_INTEL_USB3_PSSEN, |
894 | &ports_available); | 894 | &ports_available); |
@@ -910,7 +910,7 @@ void usb_enable_intel_xhci_ports(struct pci_dev *xhci_pdev) | |||
910 | * host. | 910 | * host. |
911 | */ | 911 | */ |
912 | pci_write_config_dword(xhci_pdev, USB_INTEL_XUSB2PR, | 912 | pci_write_config_dword(xhci_pdev, USB_INTEL_XUSB2PR, |
913 | cpu_to_le32(ports_available)); | 913 | ports_available); |
914 | 914 | ||
915 | pci_read_config_dword(xhci_pdev, USB_INTEL_XUSB2PR, | 915 | pci_read_config_dword(xhci_pdev, USB_INTEL_XUSB2PR, |
916 | &ports_available); | 916 | &ports_available); |