summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2014-08-22 14:00:42 +0200
committerMauro Carvalho Chehab2014-08-26 23:52:03 +0200
commit8dece35daf098e5d086b50724119ffbb24ceca7f (patch)
tree27b3817f557524d6cb76e09ee14581cfdc378b80 /include/media
parent[media] vpif: don't cast pointers to int (diff)
downloadkernel-qcow2-linux-8dece35daf098e5d086b50724119ffbb24ceca7f.tar.gz
kernel-qcow2-linux-8dece35daf098e5d086b50724119ffbb24ceca7f.tar.xz
kernel-qcow2-linux-8dece35daf098e5d086b50724119ffbb24ceca7f.zip
[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>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/davinci/dm644x_ccdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/davinci/dm644x_ccdc.h b/include/media/davinci/dm644x_ccdc.h
index 852e96c4bb46..984fb79031de 100644
--- a/include/media/davinci/dm644x_ccdc.h
+++ b/include/media/davinci/dm644x_ccdc.h
@@ -114,7 +114,7 @@ struct ccdc_fault_pixel {
/* Number of fault pixel */
unsigned short fp_num;
/* Address of fault pixel table */
- unsigned int fpc_table_addr;
+ unsigned long fpc_table_addr;
};
/* Structure for CCDC configuration parameters for raw capture mode passed