Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181245
b: refs/heads/master
c: 340f052
h: refs/heads/master
i:
  181243: fd1c9aa
v: v3
  • Loading branch information
Roel Kluin authored and James Bottomley committed Jan 18, 2010
1 parent efc5f74 commit 78ad35c
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: 4a02462af1f4c3498e6a330ffd5c063118309b31
refs/heads/master: 340f052001d46aff9e7e853c492e0d3f5554d42f
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/ibmmca.c
Original file line number Diff line number Diff line change
Expand Up @@ -2336,7 +2336,7 @@ static int option_setup(char *str)
char *cur = str;
int i = 1;

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

0 comments on commit 78ad35c

Please sign in to comment.