Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Ismael Luceno and committed by
Mauro Carvalho Chehab
af29ba97 b1bb7ee2

+2 -2
+2 -2
drivers/media/pci/solo6x10/solo6x10-tw28.c
··· 510 510 #define FIRST_ACTIVE_LINE 0x0008 511 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 514 int start, int n) 515 515 { 516 516 for (; start < n; start++, vals++) { ··· 532 532 static void saa712x_setup(struct solo_dev *dev) 533 533 { 534 534 const int reg_start = 0x26; 535 - const uint8_t saa7128_regs_ntsc[] = { 535 + const u8 saa7128_regs_ntsc[] = { 536 536 /* :0x26 */ 537 537 0x0d, 0x00, 538 538 /* :0x28 */