diff options
Diffstat (limited to 'drivers/usb/host/ehci-hub.c')
-rw-r--r-- | drivers/usb/host/ehci-hub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-hub.c b/drivers/usb/host/ehci-hub.c index efffef64f59d..f13d1029aeb2 100644 --- a/drivers/usb/host/ehci-hub.c +++ b/drivers/usb/host/ehci-hub.c | |||
@@ -530,7 +530,7 @@ ehci_hub_descriptor ( | |||
530 | if (HCS_INDICATOR (ehci->hcs_params)) | 530 | if (HCS_INDICATOR (ehci->hcs_params)) |
531 | temp |= 0x0080; /* per-port indicators (LEDs) */ | 531 | temp |= 0x0080; /* per-port indicators (LEDs) */ |
532 | #endif | 532 | #endif |
533 | desc->wHubCharacteristics = (__force __u16)cpu_to_le16 (temp); | 533 | desc->wHubCharacteristics = cpu_to_le16(temp); |
534 | } | 534 | } |
535 | 535 | ||
536 | /*-------------------------------------------------------------------------*/ | 536 | /*-------------------------------------------------------------------------*/ |