projects
/
platform
/
kernel
/
linux-stable.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
|
history
diff --git
a/sound/pci/lola/lola.c
b/sound/pci/lola/lola.c
index
34b2428
..
2692e5a
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;