Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181243
b: refs/heads/master
c: 8fe7916
h: refs/heads/master
i:
  181241: df963d0
  181239: c4d76ec
v: v3
  • Loading branch information
Roel Kluin authored and James Bottomley committed Jan 18, 2010
1 parent 8a7e556 commit fd1c9aa
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: 9b7dac086bec7c71722d6e79464609e17f0996e7
refs/heads/master: 8fe79162a6807bf120140d64e96da54fc273b88b
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/eata.c
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,7 @@ static int option_setup(char *str)
char *cur = str;
int i = 1;

while (cur && isdigit(*cur) && i <= MAX_INT_PARAM) {
while (cur && isdigit(*cur) && i < MAX_INT_PARAM) {
ints[i++] = simple_strtoul(cur, NULL, 0);

if ((cur = strchr(cur, ',')) != NULL)
Expand Down

0 comments on commit fd1c9aa

Please sign in to comment.