]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
usb: musb: ux500_dma: kill compile warnings
authorFelipe Balbi <balbi@ti.com>
Wed, 6 Feb 2013 07:53:01 +0000 (09:53 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:17:07 +0000 (11:17 +0200)
commit6a3b003620f0bd31390422619092fcb87cf1069e
tree84902f3cb7e93bba5b11e2f2241b72ba9fb83d56
parent0f53e48132cd95b359fc79e0aa44db1c406b4eff
usb: musb: ux500_dma: kill compile warnings

Fix the following compile warnings:

drivers/usb/musb/ux500_dma.c: In function ‘ux500_configure_channel’:
drivers/usb/musb/ux500_dma.c:96:2: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘dma_addr_t’ [-Wformat]
drivers/usb/musb/ux500_dma.c: In function ‘ux500_dma_is_compatible’:
drivers/usb/musb/ux500_dma.c:195:4: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/ux500_dma.c