From: Felipe Balbi Date: Mon, 4 Jul 2011 08:16:06 +0000 (+0300) Subject: usb: gadget: net2272: fix compile warnings X-Git-Tag: v3.1-rc1~234^2~3^2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b30d19a5736b930c39cd7212ae9409ac0df525d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed