Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156879
b: refs/heads/master
c: 5d5ceb8
h: refs/heads/master
i:
  156877: f8b488f
  156875: 13816fa
  156871: ee06c88
  156863: 75bed34
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Aug 10, 2009
1 parent 05774da commit 231a184
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: cb2f33e9596632979c140c243ac1e8e994f62180
refs/heads/master: 5d5ceb8bdde403529ad9849f300dc80b1884550f
2 changes: 1 addition & 1 deletion trunk/drivers/net/irda/w83977af_ir.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ static int __init w83977af_init(void)

IRDA_DEBUG(0, "%s()\n", __func__ );

for (i=0; (io[i] < 2000) && (i < ARRAY_SIZE(dev_self)); i++) {
for (i=0; i < ARRAY_SIZE(dev_self) && io[i] < 2000; i++) {
if (w83977af_open(i, io[i], irq[i], dma[i]) == 0)
return 0;
}
Expand Down

0 comments on commit 231a184

Please sign in to comment.