commit | 8dece35daf098e5d086b50724119ffbb24ceca7f | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | Fri Aug 22 07:00:42 2014 -0500 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Tue Aug 26 18:52:03 2014 -0300 |
tree | 27b3817f557524d6cb76e09ee14581cfdc378b80 | |
parent | 212bdba38724f185344d8ea93f8db0eda1efc348 [diff] |
[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>