Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199827
b: refs/heads/master
c: 0c8a32d
h: refs/heads/master
i:
  199825: 526511f
  199823: c458df7
v: v3
  • Loading branch information
Mike Frysinger authored and Greg Kroah-Hartman committed Jun 4, 2010
1 parent 1a98b76 commit d04a195
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b41709f1263bb1ad37efc43fea0bb0b670c12e78
refs/heads/master: 0c8a32dff4f9ebed3e067e52e12842d7d7e047a0
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/isp1362.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static inline void delayed_insw(unsigned int addr, void *buf, int len)
unsigned short *bp = (unsigned short *)buf;
while (len--) {
DUMMY_DELAY_ACCESS;
*bp++ = inw((void *)addr);
*bp++ = inw(addr);
}
}

Expand Down

0 comments on commit d04a195

Please sign in to comment.