]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
musb_hdrc, CamelCase begone (cppi struct, locals ...)
authorDavid Brownell <david-b@pacbell.net>
Tue, 28 Aug 2007 00:43:13 +0000 (17:43 -0700)
committerTony Lindgren <tony@atomide.com>
Fri, 31 Aug 2007 16:47:47 +0000 (09:47 -0700)
commita6a9a1a3f98770655e298ebf589fdcdd1b9e7631
tree054c9be0f94f992438aa61044a1d76cf7d56eef4
parent2c63a07eb6476787878cf49d89d24cc4661ce86c
musb_hdrc, CamelCase begone (cppi struct, locals ...)

Even more CamelCase removal from CPPI:
 - members of cppi_channel struct
 - parameters to cppi_channel_program()
 - "buffSz" local variables
 - "chNum" local variables
 - "regVal" local variables

Also
 - remove the FIXME about using container_of(), that's resolved now
 - stop using the now-pointless private_data fields
 - remove the redundant actualLen field (use dma_channel.actual_len)
 - remove some redundent local variables

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
drivers/usb/musb/cppi_dma.c
drivers/usb/musb/cppi_dma.h