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)
commitc289b2e0ccff1142908e20398930dc2e14697e74
tree2f1bfe35af6d1d09ba2c7b8d6624125ec12f27c6
parentdfa322fceb15227c07670c415e835d2dfa8a4307
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