usb: gadget: atmel: fix build warning
authorFelipe Balbi <balbi@ti.com>
Tue, 26 May 2015 20:34:45 +0000 (15:34 -0500)
committerFelipe Balbi <balbi@ti.com>
Tue, 26 May 2015 20:38:30 +0000 (15:38 -0500)
commit7a64c7283ef83c82cb2125339c5d12092256614e
treec4b3180382ac0e5364e42ba583c361143a9a6d53
parent47a82730b54c2757ca5c89a82a9727ca0129af9d
usb: gadget: atmel: fix build warning

This patch fixes the following build warning:

drivers/usb/gadget/udc/atmel_usba_udc.c:707:2: warning: format ‘%x’
expects argument of type ‘unsigned int’, but argument 4 has type
‘dma_addr_t’ [-Wformat=]

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/udc/atmel_usba_udc.c