]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
musb_hdrc: Fixes before pulling from mainline tree
authorDavid Brownell <david-b@pacbell.net>
Mon, 4 Aug 2008 13:15:17 +0000 (16:15 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 4 Aug 2008 13:15:17 +0000 (16:15 +0300)
commit64c78579e6df5b389f9ed5c4dd0fa00900ca8f55
tree07cbc0e24663dac75cfee5f2613ef04818c591e0
parent205f37af718984ec67444bccc888cd575531bce1
musb_hdrc: Fixes before pulling from mainline tree

Latest musb_hdrc code wouldn't:
  * build ... because there's now a standard WARN() macro
  * build without false printf format warnings ... "%zd" is for ssize_t,
    while "%zu" is for size_t

Signed-off-by: David Brownell <david-b@pacbell.net>
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/usb/musb/cppi_dma.c
drivers/usb/musb/davinci.c
drivers/usb/musb/musb_core.c
drivers/usb/musb/musb_debug.h
drivers/usb/musb/musb_gadget.c
drivers/usb/musb/musb_host.c
drivers/usb/musb/musb_procfs.c