USB: musb cppi bugfixes
authorHugo Villeneuve <[email protected]>
Sun, 25 Jan 2009 01:57:30 +0000 (17:57 -0800)
committerGreg Kroah-Hartman <[email protected]>
Wed, 28 Jan 2009 00:15:35 +0000 (16:15 -0800)
commit704a14854aaf9758a1248ea36a7d1b8cc42a4b3e
tree11379231c676335c845cebd66b86b16bb70829e9
parent96bcd090fa434b4369e6e3a9cba937d1e513596d
USB: musb cppi bugfixes

These compilation errors are related to incorrect
debugging macro and variable names and generated the
following errors:

  drivers/usb/musb/cppi_dma.c:437:5: warning: "MUSB_DEBUG" is not defined
  drivers/usb/musb/cppi_dma.c: In function 'cppi_next_rx_segment':
  drivers/usb/musb/cppi_dma.c:884: error: 'debug' undeclared (first use in this function)

Signed-off-by: Hugo Villeneuve <[email protected]>
Signed-off-by: David Brownell <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/musb/cppi_dma.c