commit | 9842a417d46bf40f2d460120016b6392d3ac32c9 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | Fri Aug 22 05:53:27 2014 -0500 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Tue Aug 26 18:52:02 2014 -0300 |
tree | f78c47b89506276e263ddc922a095b343cd32f5f | |
parent | 8f05232f59ce53f421faf35122bc0e2dd141ea00 [diff] |
[media] atmel-isi: Fix a truncate warning drivers/media/platform/soc_camera/atmel-isi.c: In function 'start_streaming': drivers/media/platform/soc_camera/atmel-isi.c:397:26: warning: large integer implicitly truncated to unsigned type [-Woverflow] isi_writel(isi, ISI_INTDIS, ~0UL); ^ Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>