commit | 01f461a3a4321a9f98b6b508f32d2396c5704b7c | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Tue Aug 23 13:59:14 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Aug 23 15:30:33 2011 +0100 |
tree | ede4bd3997704d0f13ccff718208bc2a6b9b63e3 | |
parent | fcb8ce5cfe30ca9ca5c9a79cdfe26d1993e65e0c [diff] |
ARM: 7058/1: LPAE: Cast the dma_addr_t argument to unsigned long in dma_to_virt This is to avoid a compiler warning when invoking the __bus_to_virt() macro. The dma_to_virt() function gets addresses within the 32-bit range. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>