From: Mike Frysinger Date: Mon, 16 Nov 2009 10:49:29 +0000 (+0530) Subject: USB: musb: fix printf warning in debug code X-Git-Tag: v2.6.33-rc1~315^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32340d3f75dba732a0545173ac65aab6fc3d4952;p=pandora-kernel.git USB: musb: fix printf warning in debug code The debug code in the DMA ISR uses a %d for a size_t when it should be using %zu. Otherwise gcc whines with: drivers/usb/musb/musbhsdma.c: In function 'dma_controller_irq': drivers/usb/musb/musbhsdma.c:288: warning: format '%d' expects type 'int', but argument 7 has type 'size_t' Signed-off-by: Mike Frysinger Signed-off-by: Anand Gadiyar Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed