All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felipe Balbi <balbi@ti.com>
To: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
	Felipe Balbi <balbi@ti.com>, lud <linux-usb@vger.kernel.org>,
	linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH -next] usb/gadget: fix langwell printk formats
Date: Mon, 11 Jul 2011 09:30:13 +0300	[thread overview]
Message-ID: <20110711063011.GB2680@legolas.emea.dhcp.ti.com> (raw)
In-Reply-To: <20110710114127.ebb0d803.randy.dunlap@oracle.com>

[-- Attachment #1: Type: text/plain, Size: 889 bytes --]

On Sun, Jul 10, 2011 at 11:41:27AM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> Fix printk formats to use %zu for size_t args, to fix these
> build warnings:
> 
> drivers/usb/gadget/langwell_udc.c:3274: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
> drivers/usb/gadget/langwell_udc.c:3289: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
> drivers/usb/gadget/langwell_udc.c:3473: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
> drivers/usb/gadget/langwell_udc.c:3487: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
> 
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>

already on Greg's queue:

http://git1.kernel.org/?p=linux/kernel/git/gregkh/usb-2.6.git;a=commit;h=b9af9ea45a8dc1c3e7a98319bac90199807cc258

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>
To: Randy Dunlap <randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
Cc: Stephen Rothwell <sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>,
	Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>,
	lud <linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	linux-next-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	LKML <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH -next] usb/gadget: fix langwell printk formats
Date: Mon, 11 Jul 2011 09:30:13 +0300	[thread overview]
Message-ID: <20110711063011.GB2680@legolas.emea.dhcp.ti.com> (raw)
In-Reply-To: <20110710114127.ebb0d803.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 947 bytes --]

On Sun, Jul 10, 2011 at 11:41:27AM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
> 
> Fix printk formats to use %zu for size_t args, to fix these
> build warnings:
> 
> drivers/usb/gadget/langwell_udc.c:3274: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
> drivers/usb/gadget/langwell_udc.c:3289: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
> drivers/usb/gadget/langwell_udc.c:3473: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
> drivers/usb/gadget/langwell_udc.c:3487: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
> 
> Signed-off-by: Randy Dunlap <randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>

already on Greg's queue:

http://git1.kernel.org/?p=linux/kernel/git/gregkh/usb-2.6.git;a=commit;h=b9af9ea45a8dc1c3e7a98319bac90199807cc258

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

  reply	other threads:[~2011-07-11  6:30 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-07  7:25 linux-next: Tree for July 7 Stephen Rothwell
2011-07-07 15:12 ` linux-next: Tree for July 7 (net/af_packet) Randy Dunlap
2011-07-07 15:18   ` David Miller
2011-07-07 15:40     ` Randy Dunlap
2011-07-07 17:06     ` Mike Frysinger
2011-07-07 15:55 ` linux-next: Tree for July 7 (i915 + gma500) Randy Dunlap
2011-07-10 18:41 ` [PATCH -next] usb/gadget: fix langwell printk formats Randy Dunlap
2011-07-11  6:30   ` Felipe Balbi [this message]
2011-07-11  6:30     ` Felipe Balbi
2011-07-10 18:41 ` [PATCH -next] usb/gadget: fix net2272 " Randy Dunlap
2011-07-11  6:30   ` Felipe Balbi

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=20110711063011.GB2680@legolas.emea.dhcp.ti.com \
    --to=balbi@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=randy.dunlap@oracle.com \
    --cc=sfr@canb.auug.org.au \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.