diff options
Diffstat (limited to 'drivers/usb/host')
-rw-r--r-- | drivers/usb/host/isp1362.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/isp1362.h b/drivers/usb/host/isp1362.h index 1a253ebf7e50..5151516ea1de 100644 --- a/drivers/usb/host/isp1362.h +++ b/drivers/usb/host/isp1362.h | |||
@@ -534,8 +534,8 @@ struct isp1362_hcd { | |||
534 | 534 | ||
535 | /* periodic schedule: isochronous */ | 535 | /* periodic schedule: isochronous */ |
536 | struct list_head isoc; | 536 | struct list_head isoc; |
537 | int istl_flip:1; | 537 | unsigned int istl_flip:1; |
538 | int irq_active:1; | 538 | unsigned int irq_active:1; |
539 | 539 | ||
540 | /* Schedules for the current frame */ | 540 | /* Schedules for the current frame */ |
541 | struct isp1362_ep_queue atl_queue; | 541 | struct isp1362_ep_queue atl_queue; |