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)
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>

No differences found