From: Takashi Iwai <tiwai@suse.de>
To: "Randy.Dunlap" <rdunlap@xenotime.net>
Cc: lkml <linux-kernel@vger.kernel.org>, akpm <akpm@osdl.org>
Subject: Re: [PATCH] sound/vxpocket: fix printk warning
Date: Thu, 08 Jun 2006 12:23:19 +0200 [thread overview]
Message-ID: <s5hmzco2bfs.wl%tiwai@suse.de> (raw)
In-Reply-To: <20060607212217.911bd60a.rdunlap@xenotime.net>
At Wed, 7 Jun 2006 21:22:17 -0700,
Randy.Dunlap wrote:
>
> From: Randy Dunlap <rdunlap@xenotime.net>
>
> Fix printk format warning:
> sound/pcmcia/vx/vxp_ops.c:205: warning: format '%x' expects type 'unsigned int', but argument 5 has type 'size_t'
>
> Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Thanks, added to ALSA tree now.
Takashi
> ---
> sound/pcmcia/vx/vxp_ops.c | 2 +-
> 1 files changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-2617-rc6.orig/sound/pcmcia/vx/vxp_ops.c
> +++ linux-2617-rc6/sound/pcmcia/vx/vxp_ops.c
> @@ -202,7 +202,7 @@ static int vxp_load_xilinx_binary(struct
> c |= (int)vx_inb(chip, RXM) << 8;
> c |= vx_inb(chip, RXL);
>
> - snd_printdd(KERN_DEBUG "xilinx: dsp size received 0x%x, orig 0x%x\n", c, fw->size);
> + snd_printdd(KERN_DEBUG "xilinx: dsp size received 0x%x, orig 0x%Zx\n", c, fw->size);
>
> vx_outb(chip, ICR, ICR_HF0);
>
>
> ---
>
prev parent reply other threads:[~2006-06-08 10:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-08 4:22 Randy.Dunlap
2006-06-08 10:23 ` Takashi Iwai [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5hmzco2bfs.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rdunlap@xenotime.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®