diff --git a/[refs] b/[refs] index dde80b15fe27..0bdb95465be3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b53d657d84f530e5d83f34ff1b81ceedad3faa31 +refs/heads/master: 9c2089045b87130e8464ca7e21725959446d7f0c diff --git a/trunk/include/linux/usb/ch11.h b/trunk/include/linux/usb/ch11.h index b6c2863b2c94..7692dc69ccf7 100644 --- a/trunk/include/linux/usb/ch11.h +++ b/trunk/include/linux/usb/ch11.h @@ -236,8 +236,8 @@ struct usb_hub_descriptor { struct { __u8 bHubHdrDecLat; - __u16 wHubDelay; - __u16 DeviceRemovable; + __le16 wHubDelay; + __le16 DeviceRemovable; } __attribute__ ((packed)) ss; } u; } __attribute__ ((packed));