diff --git a/[refs] b/[refs] index 66e49f759d12..178d0f651707 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 55f49f26821f379c451deb9fd6de8e59afb9b37e +refs/heads/master: 22a627ba81e0f75b994d37adb68761a9b9ef7186 diff --git a/trunk/drivers/usb/host/isp1362.h b/trunk/drivers/usb/host/isp1362.h index 1a253ebf7e50..5151516ea1de 100644 --- a/trunk/drivers/usb/host/isp1362.h +++ b/trunk/drivers/usb/host/isp1362.h @@ -534,8 +534,8 @@ struct isp1362_hcd { /* periodic schedule: isochronous */ struct list_head isoc; - int istl_flip:1; - int irq_active:1; + unsigned int istl_flip:1; + unsigned int irq_active:1; /* Schedules for the current frame */ struct isp1362_ep_queue atl_queue;