projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b40e953
)
ALSA: ice1724 - Fix section mismatch
author
Takashi Iwai
<tiwai@suse.de>
Thu, 2 Jul 2009 08:28:56 +0000
(10:28 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 2 Jul 2009 08:30:50 +0000
(10:30 +0200)
Now snd_vt1724_chip_reset() is used in the resume callback, thus
it cannot be __devinit.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ice1712/ice1724.c
patch
|
blob
|
history
diff --git
a/sound/pci/ice1712/ice1724.c
b/sound/pci/ice1712/ice1724.c
index 6a560021e11f83bfa1fb0c834b1e0db16e05f056..fdd6c6d28bce5b8b7bde0320cf0abbc81b06d354 100644
(file)
--- a/
sound/pci/ice1712/ice1724.c
+++ b/
sound/pci/ice1712/ice1724.c
@@
-2267,7
+2267,7
@@
static int __devinit snd_vt1724_read_eeprom(struct snd_ice1712 *ice,
-static void
__devinit
snd_vt1724_chip_reset(struct snd_ice1712 *ice)
+static void snd_vt1724_chip_reset(struct snd_ice1712 *ice)
{
outb(VT1724_RESET , ICEREG1724(ice, CONTROL));
inb(ICEREG1724(ice, CONTROL)); /* pci posting flush */