commit | 8a9775ab71218690ac34bed9e237e2b968857d3a | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Thu Oct 13 20:00:03 2011 +0300 |
committer | Felipe Balbi <balbi@ti.com> | Thu Oct 13 20:41:55 2011 +0300 |
tree | 733a7e77202ed8dc807a5f623202c088040d57b9 | |
parent | d242c110c43b55aaf3ebb3ceac1eeab0d452a177 [diff] |
usb: gadget: renesas_usbhs: fix compile warning | drivers/usb/renesas_usbhs/fifo.c: In function ‘usbhsf_dma_prepare_push’: | drivers/usb/renesas_usbhs/fifo.c:823:7: warning: cast from pointer \ to integer of different size [-Wpointer-to-int-cast] | drivers/usb/renesas_usbhs/fifo.c: In function ‘usbhsf_dma_try_pop’: | drivers/usb/renesas_usbhs/fifo.c:900:7: warning: cast from pointer \ to integer of different size [-Wpointer-to-int-cast] Signed-off-by: Felipe Balbi <balbi@ti.com>