]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dmabounce: correct unmap_single dev_dbg
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 3 Jul 2011 22:56:17 +0000 (23:56 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 3 Jul 2011 22:56:17 +0000 (23:56 +0100)
commitbde904f307a5760823c6dc8ef7a0f80dc552d1b0
tree2f1bfe35af6d1d09ba2c7b8d6624125ec12f27c6
parentd59e6e55fbc6cbfadd5b5ef8a3e738c08c8997dd
ARM: dmabounce: correct unmap_single dev_dbg

DMA addresses should not be casted to void * for printing.  Fix
that to be consistent with the rest of the file.

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