[media] solo6x10: s/uint8_t/u8/
authorIsmael Luceno <ismael@iodev.co.uk>
Wed, 24 Dec 2014 11:43:36 +0000 (08:43 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 27 Jan 2015 12:03:19 +0000 (10:03 -0200)
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>
drivers/media/pci/solo6x10/solo6x10-tw28.c

index edd0781ee4b51a93d2a73079dcf68870491a42fc..0632d3f7c73c420de029fae76c75c2945853e58a 100644 (file)
@@ -510,7 +510,7 @@ static int tw2815_setup(struct solo_dev *solo_dev, u8 dev_addr)
 #define FIRST_ACTIVE_LINE      0x0008
 #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)
 {
        for (; start < n; start++, 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)
 {
        const int reg_start = 0x26;
-       const uint8_t saa7128_regs_ntsc[] = {
+       const u8 saa7128_regs_ntsc[] = {
        /* :0x26 */
                0x0d, 0x00,
        /* :0x28 */
This page took 0.02771 seconds and 5 git commands to generate.