usb: gadget: net2272: fix compile warnings
authorFelipe Balbi <balbi@ti.com>
Mon, 4 Jul 2011 08:16:06 +0000 (11:16 +0300)
committerFelipe Balbi <balbi@ti.com>
Tue, 5 Jul 2011 13:41:13 +0000 (16:41 +0300)
commit7b30d19a5736b930c39cd7212ae9409ac0df525d
treecfe0b5d2c5a9462d140c9dc74e2ee75bb40cd32e
parentb9af9ea45a8dc1c3e7a98319bac90199807cc258
usb: gadget: net2272: fix compile warnings

This patch fixes the following compile warnings:

drivers/usb/gadget/net2272.c: In function ‘net2272_kick_dma’:
drivers/usb/gadget/net2272.c:740:2: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘dma_addr_t’ [-Wformat]
drivers/usb/gadget/net2272.c: In function ‘net2272_queue’:
drivers/usb/gadget/net2272.c:859:2: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 8 has type ‘dma_addr_t’ [-Wformat]

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