From: Mauro Carvalho Chehab Date: Wed, 24 Sep 2014 22:22:20 +0000 (-0300) Subject: [media] ti-vpe: Fix typecast X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b31d9e036c1e18141b0458e89ce78e966a0d590;p=pandora-kernel.git [media] ti-vpe: Fix typecast Addresses have the same size of unsigned long, and not u32. That removes a warning on 64 bits compilation: drivers/media//platform/ti-vpe/vpdma.c:332:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] WARN_ON(((u32) buf->addr & VPDMA_DESC_ALIGN) != 0); ^ include/asm-generic/bug.h:86:25: note: in definition of macro ‘WARN_ON’ int __ret_warn_on = !!(condition); \ ^ Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed