]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
usb: gadget: renesas_usbhs: fix compile warning
authorFelipe Balbi <balbi@ti.com>
Thu, 13 Oct 2011 17:00:03 +0000 (20:00 +0300)
committerFelipe Balbi <balbi@ti.com>
Thu, 13 Oct 2011 17:41:55 +0000 (20:41 +0300)
commit8a9775ab71218690ac34bed9e237e2b968857d3a
tree733a7e77202ed8dc807a5f623202c088040d57b9
parentd242c110c43b55aaf3ebb3ceac1eeab0d452a177
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>
drivers/usb/renesas_usbhs/fifo.c