Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26614
b: refs/heads/master
c: 1a34456
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn authored and James Bottomley committed Apr 20, 2006
1 parent ef52f4a commit 3288a7a
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: 36ab26185c0b6060203829bce32eaeab0fa781ae
refs/heads/master: 1a34456bbbdaa939ffa567d15a0797c269f901b7
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/sim710.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ param_setup(char *str)
else if(!strncmp(pos, "id:", 3)) {
if(slot == -1) {
printk(KERN_WARNING "sim710: Must specify slot for id parameter\n");
} else if(slot > MAX_SLOTS) {
} else if(slot >= MAX_SLOTS) {
printk(KERN_WARNING "sim710: Illegal slot %d for id %d\n", slot, val);
} else {
id_array[slot] = val;
Expand Down

0 comments on commit 3288a7a

Please sign in to comment.