• Daniel Petrini's avatar
    [PATCH] ARM: OMAP: Change return from address to content in dma.c · 67ba03e4
    Daniel Petrini authored
    The following patch changes the return value from functions :
    
    - omap_get_dma_src_pos
    - omap_get_dma_dst_pos
    
    in file dma.c.
    
    The original version of the functions returns the address of the
    registers that has the related information. The new version returns
    the content of the registers: the source and destination addresses of
    the current transfer for the given channel.
    67ba03e4
dma.c 26.7 KB