usb: renesas_usbhs: silence a gcc warning
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 15 Dec 2011 11:31:37 +0000 (14:31 +0300)
committerFelipe Balbi <balbi@ti.com>
Thu, 15 Dec 2011 11:45:58 +0000 (13:45 +0200)
commit8418153a4ccd38a3bc3229bc4bd161e3e5db88d2
tree80a93991fd421f421816f51f9118879ca20204e2
parentd9b78f33d9c1b699b66f10ad2329487f813c4642
usb: renesas_usbhs: silence a gcc warning

Gcc complains about this printk:
drivers/usb/renesas_usbhs/mod_gadget.c:188:3: warning: format ‘%x’
expects argument of type ‘unsigned int’, but argument 3 has type
‘dma_addr_t’ [-Wformat]

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/renesas_usbhs/mod_gadget.c