linux/drivers/usb/renesas_usbhs
Dan Carpenter 8418153a4c 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>
2011-12-15 13:45:58 +02:00
..
Kconfig
Makefile
common.c usb: renesas_usbhs: add test-mode support 2011-12-12 11:45:20 +02:00
common.h usb: renesas_usbhs: add test-mode support 2011-12-12 11:45:20 +02:00
fifo.c usb: renesas_usbhs: care pipe sequence 2011-12-13 13:06:26 +02:00
fifo.h usb: renesas_usbhs: care pipe sequence 2011-12-13 13:06:26 +02:00
mod.c usb: gadget: renesas_usbhs: unified callback function 2011-12-12 11:44:59 +02:00
mod.h usb: gadget: renesas_usbhs: fixup section mismatch warning 2011-11-14 11:51:23 -08:00
mod_gadget.c usb: renesas_usbhs: silence a gcc warning 2011-12-15 13:45:58 +02:00
mod_host.c usb: renesas_usbhs: tidyup for smatch warnings 2011-12-15 12:59:17 +02:00
pipe.c usb: renesas_usbhs: care pipe sequence 2011-12-13 13:06:26 +02:00
pipe.h usb: renesas_usbhs: add usbhs_pipe_is_stall() 2011-12-12 11:45:15 +02:00