From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 27 Feb 2012 00:13:58 +0100 Subject: [U-Boot] [PATCH] usb: musb: fix printf warning In-Reply-To: <1328274184-23581-1-git-send-email-vapier@gentoo.org> References: <1328274184-23581-1-git-send-email-vapier@gentoo.org> Message-ID: <201202270013.58467.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > musb_hcd.c: In function 'musb_submit_rh_msg': > musb_hcd.c:827:2: warning: format '%d' expects type 'int', > but argument 3 has type 'long unsigned int' > > Signed-off-by: Mike Frysinger > --- > drivers/usb/musb/musb_hcd.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > Hi, what's the status of this patch/patchset? Thanks M