Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108441
b: refs/heads/master
c: a36c27d
h: refs/heads/master
i:
  108439: 2525715
v: v3
  • Loading branch information
Sebastian Siewior authored and Greg Kroah-Hartman committed Aug 14, 2008
1 parent 73d824b commit f3d452d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 937ef73d5075997a8d1777abf217a48bef2ce029
refs/heads/master: a36c27dfd1003e6d6842fe77faaf868e3e6e9062
3 changes: 1 addition & 2 deletions trunk/drivers/usb/host/isp1760-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1615,8 +1615,7 @@ static int isp1760_urb_enqueue(struct usb_hcd *hcd, struct urb *urb,
return -EPIPE;
}

isp1760_prepare_enqueue(priv, urb, &qtd_list, mem_flags, pe);
return 0;
return isp1760_prepare_enqueue(priv, urb, &qtd_list, mem_flags, pe);
}

static int isp1760_urb_dequeue(struct usb_hcd *hcd, struct urb *urb,
Expand Down

0 comments on commit f3d452d

Please sign in to comment.