commit | 8418153a4ccd38a3bc3229bc4bd161e3e5db88d2 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Dec 15 14:31:37 2011 +0300 |
committer | Felipe Balbi <balbi@ti.com> | Thu Dec 15 13:45:58 2011 +0200 |
tree | 80a93991fd421f421816f51f9118879ca20204e2 | |
parent | d9b78f33d9c1b699b66f10ad2329487f813c4642 [diff] |
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>