diff options
author | Ismael Luceno <ismael@iodev.co.uk> | 2014-12-24 06:43:36 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-01-27 07:03:19 -0500 |
commit | af29ba97f17d2ba691d685f55436be5a82a3223d (patch) | |
tree | d0b56117458811e75ee2526ebfd79138429dbfe6 /drivers/media | |
parent | b1bb7ee2d973ac4cd32f18f1801600ac502d37fa (diff) |
[media] solo6x10: s/uint8_t/u8/
s/uint8_t/u8/
Signed-off-by: Ismael Luceno <ismael@iodev.co.uk>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/pci/solo6x10/solo6x10-tw28.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/pci/solo6x10/solo6x10-tw28.c b/drivers/media/pci/solo6x10/solo6x10-tw28.c index edd0781ee4b5..0632d3f7c73c 100644 --- a/drivers/media/pci/solo6x10/solo6x10-tw28.c +++ b/drivers/media/pci/solo6x10/solo6x10-tw28.c | |||
@@ -510,7 +510,7 @@ static int tw2815_setup(struct solo_dev *solo_dev, u8 dev_addr) | |||
510 | #define FIRST_ACTIVE_LINE 0x0008 | 510 | #define FIRST_ACTIVE_LINE 0x0008 |
511 | #define LAST_ACTIVE_LINE 0x0102 | 511 | #define LAST_ACTIVE_LINE 0x0102 |
512 | 512 | ||
513 | static void saa712x_write_regs(struct solo_dev *dev, const uint8_t *vals, | 513 | static void saa712x_write_regs(struct solo_dev *dev, const u8 *vals, |
514 | int start, int n) | 514 | int start, int n) |
515 | { | 515 | { |
516 | for (; start < n; start++, vals++) { | 516 | for (; start < n; start++, vals++) { |
@@ -532,7 +532,7 @@ static void saa712x_write_regs(struct solo_dev *dev, const uint8_t *vals, | |||
532 | static void saa712x_setup(struct solo_dev *dev) | 532 | static void saa712x_setup(struct solo_dev *dev) |
533 | { | 533 | { |
534 | const int reg_start = 0x26; | 534 | const int reg_start = 0x26; |
535 | const uint8_t saa7128_regs_ntsc[] = { | 535 | const u8 saa7128_regs_ntsc[] = { |
536 | /* :0x26 */ | 536 | /* :0x26 */ |
537 | 0x0d, 0x00, | 537 | 0x0d, 0x00, |
538 | /* :0x28 */ | 538 | /* :0x28 */ |