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)
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>

No differences found