aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/core/oss/pcm_oss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/oss/pcm_oss.c b/sound/core/oss/pcm_oss.c
index 91114c7aeff5..7c0c4e1d6943 100644
--- a/sound/core/oss/pcm_oss.c
+++ b/sound/core/oss/pcm_oss.c
@@ -1760,7 +1760,7 @@ static int snd_pcm_oss_open_file(struct file *file,
1760 snd_pcm_oss_init_substream(substream, &setup[idx], minor); 1760 snd_pcm_oss_init_substream(substream, &setup[idx], minor);
1761 } 1761 }
1762 1762
1763 if (! pcm_oss_file->streams[0] && pcm_oss_file->streams[1]) { 1763 if (!pcm_oss_file->streams[0] && !pcm_oss_file->streams[1]) {
1764 snd_pcm_oss_release_file(pcm_oss_file); 1764 snd_pcm_oss_release_file(pcm_oss_file);
1765 return -EINVAL; 1765 return -EINVAL;
1766 } 1766 }