Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67f2db24 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: opti-miro: Fix missing semicolon



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

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent b67cad93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {