From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH] usb: fix renesas mod_gadget printk format warning Date: Wed, 21 Dec 2011 14:19:41 -0800 Message-ID: <4EF25B7D.8080905@xenotime.net> References: <20111221174733.9ba0861e762e8d96844b060b@canb.auug.org.au> <4EF2424D.4020200@xenotime.net> <20111221211624.GB17951@legolas.emea.dhcp.ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from oproxy9.bluehost.com ([69.89.24.6]:60490 "HELO oproxy9.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754141Ab1LUVTk (ORCPT ); Wed, 21 Dec 2011 16:19:40 -0500 In-Reply-To: <20111221211624.GB17951@legolas.emea.dhcp.ti.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: balbi@ti.com Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML , linux-usb , Greg KH , Kuninori Morimoto , Andrew Morton On 12/21/2011 01:16 PM, Felipe Balbi wrote: > Hi, > > On Wed, Dec 21, 2011 at 12:32:13PM -0800, Randy Dunlap wrote: >> From: Randy Dunlap >> >> Fix printk format warning: >> >> drivers/usb/renesas_usbhs/mod_gadget.c:188:3: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'dma_addr_t' >> >> Signed-off-by: Randy Dunlap >> Cc: Kuninori Morimoto > > a bit too late: > > http://git.kernel.org/?p=linux/kernel/git/balbi/usb.git;a=commitdiff;h=8418153a4ccd38a3bc3229bc4bd161e3e5db88d2 > OK, that's good. But it's not in linux-next yet?? -- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***