]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] dm644x_ccdc: use unsigned long for fpc_table_addr
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 22 Aug 2014 12:00:42 +0000 (07:00 -0500)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 26 Aug 2014 21:52:03 +0000 (18:52 -0300)
commit8dece35daf098e5d086b50724119ffbb24ceca7f
tree27b3817f557524d6cb76e09ee14581cfdc378b80
parent212bdba38724f185344d8ea93f8db0eda1efc348
[media] dm644x_ccdc: use unsigned long for fpc_table_addr

The fpc_table_addr is used as an unsigned integer that stores
an address. At the Kernel, the proper type for such integers
is unsigned long.

This generates lots of warnings when compiling on 64 bits.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/davinci/dm644x_ccdc.c
include/media/davinci/dm644x_ccdc.h