projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b67cad9
)
ALSA: opti-miro: Fix missing semicolon
author
Takashi Iwai
<tiwai@suse.de>
Wed, 18 Nov 2009 07:37:59 +0000
(08:37 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 18 Nov 2009 07:37:59 +0000
(08:37 +0100)
To fix a build error
sound/isa/opti9xx/miro.c:1281: error: expected ';' before '}' token
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/opti9xx/miro.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/isa/opti9xx/miro.c
b/sound/isa/opti9xx/miro.c
index b8170adeeff6e52eff9bb8e686b0c0cbebdd254e..17761030affab6bdf7c2aca37b1e33126bec067e 100644
(file)
--- 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)
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) {