Commit af29ba97 authored by Ismael Luceno's avatar Ismael Luceno Committed by Mauro Carvalho Chehab

[media] solo6x10: s/uint8_t/u8/

s/uint8_t/u8/
Signed-off-by: default avatarIsmael Luceno <ismael@iodev.co.uk>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent b1bb7ee2
...@@ -510,7 +510,7 @@ static int tw2815_setup(struct solo_dev *solo_dev, u8 dev_addr) ...@@ -510,7 +510,7 @@ static int tw2815_setup(struct solo_dev *solo_dev, u8 dev_addr)
#define FIRST_ACTIVE_LINE 0x0008 #define FIRST_ACTIVE_LINE 0x0008
#define LAST_ACTIVE_LINE 0x0102 #define LAST_ACTIVE_LINE 0x0102
static void saa712x_write_regs(struct solo_dev *dev, const uint8_t *vals, static void saa712x_write_regs(struct solo_dev *dev, const u8 *vals,
int start, int n) int start, int n)
{ {
for (; start < n; start++, vals++) { for (; start < n; start++, vals++) {
...@@ -532,7 +532,7 @@ static void saa712x_write_regs(struct solo_dev *dev, const uint8_t *vals, ...@@ -532,7 +532,7 @@ static void saa712x_write_regs(struct solo_dev *dev, const uint8_t *vals,
static void saa712x_setup(struct solo_dev *dev) static void saa712x_setup(struct solo_dev *dev)
{ {
const int reg_start = 0x26; const int reg_start = 0x26;
const uint8_t saa7128_regs_ntsc[] = { const u8 saa7128_regs_ntsc[] = {
/* :0x26 */ /* :0x26 */
0x0d, 0x00, 0x0d, 0x00,
/* :0x28 */ /* :0x28 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment