Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104596
b: refs/heads/master
c: d249afd
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Greg Kroah-Hartman committed Jul 21, 2008
1 parent 7f00713 commit 6b283bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 87d65e54b6d5ff6ee905c4ade1e28f486ccfce8a
refs/heads/master: d249afddffda695a20afe5270cbbfa242969d6e1
4 changes: 2 additions & 2 deletions trunk/drivers/usb/host/isp1760-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,7 @@ static int isp1760_urb_dequeue(struct usb_hcd *hcd, struct urb *urb,
struct inter_packet_info *ints;
u32 i;
u32 reg_base, or_reg, skip_reg;
int flags;
unsigned long flags;
struct ptd ptd;

switch (usb_pipetype(urb->pipe)) {
Expand Down Expand Up @@ -2061,7 +2061,7 @@ static void isp1760_endpoint_disable(struct usb_hcd *usb_hcd,
struct isp1760_hcd *priv = hcd_to_priv(usb_hcd);
struct isp1760_qh *qh;
struct isp1760_qtd *qtd;
u32 flags;
unsigned long flags;

spin_lock_irqsave(&priv->lock, flags);
qh = ep->hcpriv;
Expand Down

0 comments on commit 6b283bb

Please sign in to comment.