OSDN Git Service

[media] si2168: Small typo fix (SI2157 -> SI2168)
authorOlli Salonen <olli.salonen@iki.fi>
Sun, 13 Jul 2014 13:52:17 +0000 (10:52 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 15 Jul 2014 00:07:04 +0000 (21:07 -0300)
Signed-off-by: Olli Salonen <olli.salonen@iki.fi>
Reviewed-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/dvb-frontends/si2168_priv.h

index 2a343e8..e7d963d 100644 (file)
@@ -36,9 +36,9 @@ struct si2168 {
 };
 
 /* firmare command struct */
-#define SI2157_ARGLEN      30
+#define SI2168_ARGLEN      30
 struct si2168_cmd {
-       u8 args[SI2157_ARGLEN];
+       u8 args[SI2168_ARGLEN];
        unsigned wlen;
        unsigned rlen;
 };