projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca2585a
)
ALSA: lola - Fix section mismatch
author
Takashi Iwai
<tiwai@suse.de>
Wed, 15 Jun 2011 13:14:49 +0000
(15:14 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 15 Jun 2011 13:14:49 +0000
(15:14 +0200)
Add missing __devinit.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/lola/lola.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/lola/lola.c
b/sound/pci/lola/lola.c
index 34b24286d279d542e3d24e80a3531e8cf95bc8f5..2692e5ae5f2daa53822242c864a4f1b5ddf6a8ff 100644
(file)
--- a/
sound/pci/lola/lola.c
+++ b/
sound/pci/lola/lola.c
@@
-445,7
+445,7
@@
static void lola_reset_setups(struct lola *chip)
lola_setup_all_analog_gains(chip, PLAY, false); /* output, update */
}
-static int lola_parse_tree(struct lola *chip)
+static int
__devinit
lola_parse_tree(struct lola *chip)
{
unsigned int val;
int nid, err;