Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5660
b: refs/heads/master
c: f10eff2
h: refs/heads/master
v: v3
  • Loading branch information
Olav Kongas authored and Linus Torvalds committed Aug 5, 2005
1 parent cd11f1c commit 58478d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 7dedacf4270a810fadcca887ac85d267b5f1882d
refs/heads/master: f10eff26831159f52353e8f15c37cdb2935d5fbf
4 changes: 3 additions & 1 deletion trunk/drivers/usb/host/isp116x-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,11 @@ static void preproc_atl_queue(struct isp116x *isp116x)
struct isp116x_ep *ep;
struct urb *urb;
struct ptd *ptd;
u16 toggle = 0, dir = PTD_DIR_SETUP, len;
u16 len;

for (ep = isp116x->atl_active; ep; ep = ep->active) {
u16 toggle = 0, dir = PTD_DIR_SETUP;

BUG_ON(list_empty(&ep->hep->urb_list));
urb = container_of(ep->hep->urb_list.next,
struct urb, urb_list);
Expand Down

0 comments on commit 58478d0

Please sign in to comment.