[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <s5hljd91yc7.wl%tiwai@suse.de>
Date: Tue, 30 Mar 2010 20:03:20 +0200
From: Takashi Iwai <tiwai@...e.de>
To: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>,
linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
Jaroslav Kysela <perex@...ex.cz>
Subject: Re: [PATCH -next] sound: fix patch_realtek printk format
At Tue, 30 Mar 2010 10:46:21 -0700,
Randy Dunlap wrote:
>
> From: Randy Dunlap <randy.dunlap@...cle.com>
>
> Fix printk format warnings in patch_realtek.c:
>
> ound/pci/hda/patch_realtek.c:5120: warning: format '%s' expects type 'char *', but argument 2 has type 'int'
> sound/pci/hda/patch_realtek.c:5120: warning: too few arguments for format
>
> Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
> Cc: Jaroslav Kysela <perex@...ex.cz>
> Cc: Takashi Iwai <tiwai@...e.de>
Thanks, this was already fixed for tomorrow's merge.
Takashi
> ---
> sound/pci/hda/patch_realtek.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> --- linux-next-20100330.orig/sound/pci/hda/patch_realtek.c
> +++ linux-next-20100330/sound/pci/hda/patch_realtek.c
> @@ -5117,7 +5117,8 @@ static void fillup_priv_adc_nids(struct
> }
> if (!spec->num_adc_nids) {
> printk(KERN_WARNING "hda_codec: %s: no valid ADC found;"
> - " using fallback 0x%x\n", fallback_adc);
> + " using fallback 0x%x\n",
> + codec->chip_name, fallback_adc);
> spec->private_adc_nids[0] = fallback_adc;
> spec->adc_nids = spec->private_adc_nids;
> if (fallback_adc != fallback_cap) {
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists