mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] sound: fix cs5535 section mismatch
@ 2008-01-23  5:39 Randy Dunlap
  2008-01-23  7:25 ` Sam Ravnborg
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2008-01-23  5:39 UTC (permalink / raw)
  To: lkml; +Cc: perex, akpm, samr

From: Randy Dunlap <randy.dunlap@oracle.com>

snd_cs5535audio_mixer() is only called by __devinit snd_cs5535audio_probe(),
so the mixer function can also be __devinit.

WARNING: vmlinux.o(.text+0xfdbba0): Section mismatch: reference to .init.data:ac97_quirks (between 'snd_cs5535audio_mixer' and 'process_bm0_irq')

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 sound/pci/cs5535audio/cs5535audio.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.24-rc8-git5.orig/sound/pci/cs5535audio/cs5535audio.c
+++ linux-2.6.24-rc8-git5/sound/pci/cs5535audio/cs5535audio.c
@@ -145,7 +145,7 @@ static unsigned short snd_cs5535audio_ac
 	return snd_cs5535audio_codec_read(cs5535au, reg);
 }
 
-static int snd_cs5535audio_mixer(struct cs5535audio *cs5535au)
+static int __devinit snd_cs5535audio_mixer(struct cs5535audio *cs5535au)
 {
 	struct snd_card *card = cs5535au->card;
 	struct snd_ac97_bus *pbus;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] sound: fix cs5535 section mismatch
  2008-01-23  5:39 [PATCH] sound: fix cs5535 section mismatch Randy Dunlap
@ 2008-01-23  7:25 ` Sam Ravnborg
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2008-01-23  7:25 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: lkml, perex, akpm

On Tue, Jan 22, 2008 at 09:39:43PM -0800, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> snd_cs5535audio_mixer() is only called by __devinit snd_cs5535audio_probe(),
> so the mixer function can also be __devinit.
> 
> WARNING: vmlinux.o(.text+0xfdbba0): Section mismatch: reference to .init.data:ac97_quirks (between 'snd_cs5535audio_mixer' and 'process_bm0_irq')
> 
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>

> ---
>  sound/pci/cs5535audio/cs5535audio.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-2.6.24-rc8-git5.orig/sound/pci/cs5535audio/cs5535audio.c
> +++ linux-2.6.24-rc8-git5/sound/pci/cs5535audio/cs5535audio.c
> @@ -145,7 +145,7 @@ static unsigned short snd_cs5535audio_ac
>  	return snd_cs5535audio_codec_read(cs5535au, reg);
>  }
>  
> -static int snd_cs5535audio_mixer(struct cs5535audio *cs5535au)
> +static int __devinit snd_cs5535audio_mixer(struct cs5535audio *cs5535au)
>  {
>  	struct snd_card *card = cs5535au->card;
>  	struct snd_ac97_bus *pbus;
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-01-23  7:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-23  5:39 [PATCH] sound: fix cs5535 section mismatch Randy Dunlap
2008-01-23  7:25 ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®