diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-09-24 19:22:20 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-09-24 19:29:24 -0300 |
commit | bbdf1104d440cca815ca81224c417b6a5c698913 (patch) | |
tree | 5844ffc735b13e586dfeaa27af9303445dccdef1 /samples/hidraw | |
parent | 5217815fddaeb7c8714f9c1572ec423db8207018 (diff) |
[media] ti-vpe: Fix typecastdevel-3.17-rc6
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 <mchehab@osg.samsung.com>
Diffstat (limited to 'samples/hidraw')
0 files changed, 0 insertions, 0 deletions