aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa
diff options
context:
space:
mode:
Diffstat (limited to 'sound/isa')
-rw-r--r--sound/isa/opti9xx/miro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/isa/opti9xx/miro.c b/sound/isa/opti9xx/miro.c
index b8170adeeff..17761030aff 100644
--- a/sound/isa/opti9xx/miro.c
+++ b/sound/isa/opti9xx/miro.c
@@ -1277,7 +1277,7 @@ static int __devinit snd_miro_probe(struct device *devptr, unsigned int n)
1277 if (mpu_port < 0) { 1277 if (mpu_port < 0) {
1278 snd_card_free(card); 1278 snd_card_free(card);
1279 snd_printk(KERN_ERR "unable to find a free MPU401 port\n"); 1279 snd_printk(KERN_ERR "unable to find a free MPU401 port\n");
1280 return -EBUSY 1280 return -EBUSY;
1281 } 1281 }
1282 } 1282 }
1283 if (miro->irq == SNDRV_AUTO_IRQ) { 1283 if (miro->irq == SNDRV_AUTO_IRQ) {