From: Felipe Balbi Date: Thu, 30 May 2013 00:06:27 +0000 (+0300) Subject: usb: musb: host: fix build warning X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~78^2~60^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91e3af64c77f333155e253e9c399c746e087855f;p=pandora-kernel.git usb: musb: host: fix build warning very minor patch fixing the following build warning on a debug message: drivers/usb/musb/musb_host.c: In function ‘musb_host_rx’: drivers/usb/musb/musb_host.c:1763:4: warning: format ‘%x’ \ expects argument of type ‘unsigned int’, but argument \ 6 has type ‘dma_addr_t’ [-Wformat] Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed