1
0
Fork 0

ALSA: opti-miro: Fix missing semicolon

To fix a build error
  sound/isa/opti9xx/miro.c:1281: error: expected ';' before '}' token

Signed-off-by: Takashi Iwai <tiwai@suse.de>
hifive-unleashed-5.1
Takashi Iwai 2009-11-18 08:37:59 +01:00
parent b67cad932c
commit 67f2db24fb
1 changed files with 1 additions and 1 deletions

View File

@ -1277,7 +1277,7 @@ static int __devinit snd_miro_probe(struct device *devptr, unsigned int n)
if (mpu_port < 0) {
snd_card_free(card);
snd_printk(KERN_ERR "unable to find a free MPU401 port\n");
return -EBUSY
return -EBUSY;
}
}
if (miro->irq == SNDRV_AUTO_IRQ) {