aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ehci.h')
-rw-r--r--drivers/usb/host/ehci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h
index 42969e9d8c44..bf92d209a1a9 100644
--- a/drivers/usb/host/ehci.h
+++ b/drivers/usb/host/ehci.h
@@ -550,8 +550,8 @@ struct ehci_iso_stream {
550 * trusting urb->interval == f(epdesc->bInterval) and 550 * trusting urb->interval == f(epdesc->bInterval) and
551 * including the extra info for hw_bufp[0..2] 551 * including the extra info for hw_bufp[0..2]
552 */ 552 */
553 u8 interval;
554 u8 usecs, c_usecs; 553 u8 usecs, c_usecs;
554 u16 interval;
555 u16 tt_usecs; 555 u16 tt_usecs;
556 u16 maxp; 556 u16 maxp;
557 u16 raw_mask; 557 u16 raw_mask;