]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1422e6fa1ae59c817c6109ef1a100a6ad1124226
tree98545768397aa7ba804eb062a1badb8e0cec90cb
parent866ff519eff7edc84e9a165ce6d49e97f0468bd9
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