From 075a944d6403d1059f43fc59d5257a273ff731c7 Mon Sep 17 00:00:00 2001 From: Roel Kluin Date: Wed, 18 Nov 2009 14:12:31 +0100 Subject: [PATCH] --- yaml --- r: 174933 b: refs/heads/master c: 22a627ba81e0f75b994d37adb68761a9b9ef7186 h: refs/heads/master i: 174931: 39de07152650736ae06910e8391676acc7d0e840 v: v3 --- [refs] | 2 +- trunk/drivers/usb/host/isp1362.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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;