Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15501
b: refs/heads/master
c: 6b495f4
h: refs/heads/master
i:
  15499: 091e6dc
v: v3
  • Loading branch information
Daniel Marjam�ki authored and Greg Kroah-Hartman committed Jan 4, 2006
1 parent 85ee5d4 commit df28bef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 0e8eb0f06b21bc05c42bcdbb6b273fce59ba9689
refs/heads/master: 6b495f4c5accec6261f522ea6898580dc9cb6316
2 changes: 0 additions & 2 deletions trunk/drivers/usb/host/isp116x-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,11 @@ static void pack_fifo(struct isp116x *isp116x)
struct ptd *ptd;
int buflen = isp116x->atl_last_dir == PTD_DIR_IN
? isp116x->atl_bufshrt : isp116x->atl_buflen;
int ptd_count = 0;

isp116x_write_reg16(isp116x, HCuPINT, HCuPINT_AIIEOT);
isp116x_write_reg16(isp116x, HCXFERCTR, buflen);
isp116x_write_addr(isp116x, HCATLPORT | ISP116x_WRITE_OFFSET);
for (ep = isp116x->atl_active; ep; ep = ep->active) {
++ptd_count;
ptd = &ep->ptd;
dump_ptd(ptd);
dump_ptd_out_data(ptd, ep->data);
Expand Down

0 comments on commit df28bef

Please sign in to comment.