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

No differences found