Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195548
b: refs/heads/master
c: 6ce00ca
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and James Bottomley committed Apr 11, 2010
1 parent 24ba4da commit fd569cd
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: e05a9e7b18dfcce6911d0b901d7f04387cc1d93c
refs/heads/master: 6ce00cae684e7c6310e14634320184ca3c011750
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/gdth.c
Original file line number Diff line number Diff line change
Expand Up @@ -3842,7 +3842,7 @@ int __init option_setup(char *str)

TRACE2(("option_setup() str %s\n", str ? str:"NULL"));

while (cur && isdigit(*cur) && i <= MAXHA) {
while (cur && isdigit(*cur) && i < MAXHA) {
ints[i++] = simple_strtoul(cur, NULL, 0);
if ((cur = strchr(cur, ',')) != NULL) cur++;
}
Expand Down

0 comments on commit fd569cd

Please sign in to comment.