From: Mauro Carvalho Chehab Date: Fri, 22 Aug 2014 12:00:42 +0000 (-0500) Subject: [media] dm644x_ccdc: use unsigned long for fpc_table_addr X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~407 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dece35daf098e5d086b50724119ffbb24ceca7f;p=pandora-kernel.git [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 --- Reading git-diff-tree failed