diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
commit | 03ba4131783cc9e872f8bb26a03f15bc11f27564 (patch) | |
tree | 88db8dba75ae06ba3bad08e42c5e52efc162535c /drivers/sound/sequencer.c | |
parent | 257730f99381dd26e10b832fce4c94cae7ac1176 (diff) |
- Merge with Linux 2.1.121.
- Bugfixes.
Diffstat (limited to 'drivers/sound/sequencer.c')
-rw-r--r-- | drivers/sound/sequencer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/sound/sequencer.c b/drivers/sound/sequencer.c index e4f962035..514333512 100644 --- a/drivers/sound/sequencer.c +++ b/drivers/sound/sequencer.c @@ -1061,7 +1061,10 @@ int sequencer_open(int dev, struct file *file) setup_mode2(); } if (!max_synthdev && !max_mididev) + { + sequencer_busy=0; return -ENXIO; + } synth_open_mask = 0; |