Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166665
b: refs/heads/master
c: 196b316
h: refs/heads/master
i:
  166663: 2893d37
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Oct 1, 2009
1 parent da8be2e commit 62d070a
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: 75e3a6aed99babdfa95f80d07421065ed004d186
refs/heads/master: 196b3167efd13a02cdd34acc1a12316b9f45f41d
2 changes: 1 addition & 1 deletion trunk/drivers/char/cyclades.c
Original file line number Diff line number Diff line change
Expand Up @@ -3354,7 +3354,7 @@ static int __init cy_detect_isa(void)
continue;
}
#ifdef MODULE
if (isparam && irq[i])
if (isparam && i < NR_CARDS && irq[i])
cy_isa_irq = irq[i];
else
#endif
Expand Down

0 comments on commit 62d070a

Please sign in to comment.