commit | dc8d5f8de12146c8732d926a30e5f064d76061e0 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Wed May 16 12:20:55 2012 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Jul 01 14:15:48 2012 +0100 |
tree | a44e7117da81c14d86fda0aefca77c8b9a7537d7 | |
parent | 800d683e6b8f0ba630470a56b61ff6742ad129ad [diff] |
dmaengine: PL08x: get rid of unnecessary checks in dma_slave_config Get rid of the unnecessary checks in dma_slave_config utilizing the DMA direction. This allows us to move the computation of cctl to the prepare function. Acked-by: Linus Walleij <linus.walleij@linaro.org> Tested-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>