Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25664
b: refs/heads/master
c: 2462321
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn authored and Jaroslav Kysela committed Apr 12, 2006
1 parent 82f9aec commit dfb95c7
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: 99e80e4d0c7755d688e9db205016a0608fa989b4
refs/heads/master: 2462321bfe59b9c22ca1ec4ba8665a1aeac6bab5
2 changes: 1 addition & 1 deletion trunk/sound/pci/au88x0/au88x0_pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ static int __devinit snd_vortex_new_pcm(vortex_t * chip, int idx, int nr)
int i;
int err, nr_capt;

if ((chip == 0) || (idx < 0) || (idx > VORTEX_PCM_LAST))
if ((chip == 0) || (idx < 0) || (idx >= VORTEX_PCM_LAST))
return -ENODEV;

/* idx indicates which kind of PCM device. ADB, SPDIF, I2S and A3D share the
Expand Down

0 comments on commit dfb95c7

Please sign in to comment.