summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-11-16 16:19:29 +0530
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 11:55:25 -0800
commit32340d3f75dba732a0545173ac65aab6fc3d4952 (patch)
treed90eb407279aabca0dcf9a468f2a638992625548 /drivers/usb/musb/musb_core.h
parent8ba63a22962e7030a10f5ce112a212240792ec44 (diff)
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 <vapier@gentoo.org> Signed-off-by: Anand Gadiyar <gadiyar@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/musb/musb_core.h')
0 files changed, 0 insertions, 0 deletions