• David Brownell's avatar
    musb_hdrc, CamelCase begone (cppi struct, locals ...) · a6a9a1a3
    David Brownell authored
    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: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
    a6a9a1a3
cppi_dma.h 3.21 KB