ARM: dmabounce: avoid needless valid_dma_direction() check
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 3 Jul 2011 18:46:39 +0000 (19:46 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 3 Jul 2011 22:27:49 +0000 (23:27 +0100)
commit71695dd8b9eacfcda1b548a5b1780d34213ad654
tree98545768397aa7ba804eb062a1badb8e0cec90cb
parent8021a4a048a85906302bd0236f3d125473be65b1
ARM: dmabounce: avoid needless valid_dma_direction() check

This check is done at the DMA API level, so there's no point repeating
it here.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/common/dmabounce.c