Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120362
b: refs/heads/master
c: 42a73df
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Dec 11, 2008
1 parent b2ea620 commit b74ac82
Show file tree
Hide file tree
Showing 2 changed files with 4 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: acc421656b97f09b55acb0938ad5378eefa5aacc
refs/heads/master: 42a73df435a23e60d97d9d860f4e55dc9833e950
4 changes: 3 additions & 1 deletion trunk/sound/isa/sb/sb8.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,10 @@ static int __devinit snd_sb8_probe(struct device *pdev, unsigned int dev)
break;
}
}
if (i >= ARRAY_SIZE(possible_ports))
if (i >= ARRAY_SIZE(possible_ports)) {
err = -EINVAL;
goto _err;
}
}
acard->chip = chip;

Expand Down

0 comments on commit b74ac82

Please sign in to comment.