diff options
Diffstat (limited to 'drivers/usb/host/fhci.h')
-rw-r--r-- | drivers/usb/host/fhci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/fhci.h b/drivers/usb/host/fhci.h index 7cc1c32dc36c..154e6a007727 100644 --- a/drivers/usb/host/fhci.h +++ b/drivers/usb/host/fhci.h | |||
@@ -338,7 +338,7 @@ struct ed { | |||
338 | 338 | ||
339 | /* read only parameters, should be cleared upon initialization */ | 339 | /* read only parameters, should be cleared upon initialization */ |
340 | u8 toggle_carry; /* toggle carry from the last TD submitted */ | 340 | u8 toggle_carry; /* toggle carry from the last TD submitted */ |
341 | u32 last_iso; /* time stamp of last queued ISO transfer */ | 341 | u16 next_iso; /* time stamp of next queued ISO transfer */ |
342 | struct td *td_head; /* a pointer to the current TD handled */ | 342 | struct td *td_head; /* a pointer to the current TD handled */ |
343 | }; | 343 | }; |
344 | 344 | ||