commit | 28a769f1abfe8f6958c14b3b4163360e3c931133 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Sun Jun 07 07:32:31 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Jun 09 17:29:12 2015 -0300 |
tree | 45e21f2c9142b50342051b95fe6f2e978ec442fb | |
parent | 5be50ef1ef45d749c17e98b9483730331ee8c49c [diff] |
[media] adv7842: replace uintX_t by uX for consistency Currently this driver mixes u8/u32 and uint8_t/uint32_t. Standardize on u8/u32. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>