From: Dan Carpenter Date: Fri, 8 Nov 2013 09:51:16 +0000 (+0300) Subject: dma: pl330: silence a compile warning X-Git-Tag: v3.13-rc1~29^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f986ec6fa57a5dcf77f19f5f0d44b1f680a100f;p=pandora-kernel.git dma: pl330: silence a compile warning On 64 bit systems GCC warns that: drivers/dma/pl330.c: In function ‘pl330_filter’: drivers/dma/pl330.c:2317:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] It's harmless and I have casted it away. Signed-off-by: Dan Carpenter Signed-off-by: Vinod Koul --- Reading git-diff-tree failed