Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179596
b: refs/heads/master
c: 808c569
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jan 18, 2010
1 parent 48120a2 commit 7209804
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: c181a13a41ef32c9037393f4b42b780e1a36eb91
refs/heads/master: 808c569f3609b37642d1e08373e3de829b99d0f8
2 changes: 1 addition & 1 deletion trunk/sound/core/sound_oss.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static int snd_oss_kernel_minor(int type, struct snd_card *card, int dev)
default:
return -EINVAL;
}
if (snd_BUG_ON(minor < 0 || minor >= SNDRV_OSS_MINORS))
if (minor < 0 || minor >= SNDRV_OSS_MINORS)
return -EINVAL;
return minor;
}
Expand Down

0 comments on commit 7209804

Please sign in to comment.