commit | 7a64c7283ef83c82cb2125339c5d12092256614e | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Tue May 26 15:34:45 2015 -0500 |
committer | Felipe Balbi <balbi@ti.com> | Tue May 26 15:38:30 2015 -0500 |
tree | c4b3180382ac0e5364e42ba583c361143a9a6d53 | |
parent | 47a82730b54c2757ca5c89a82a9727ca0129af9d [diff] |
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>