git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
212bdba
)
[media] dm644x_ccdc: use unsigned long for fpc_table_addr
author
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Fri, 22 Aug 2014 12:00:42 +0000
(07:00 -0500)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Tue, 26 Aug 2014 21:52:03 +0000
(18:52 -0300)
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>
No differences found