aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tda8290.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/tda8290.c')
-rw-r--r--drivers/media/video/tda8290.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tda8290.c b/drivers/media/video/tda8290.c
index 8f9d7d1fd3f4..fa9b4b898f68 100644
--- a/drivers/media/video/tda8290.c
+++ b/drivers/media/video/tda8290.c
@@ -487,7 +487,7 @@ static void tda8290_init_tuner(struct i2c_client *c)
487 unsigned char tda8275a_init[] = { 0x00, 0x00, 0x00, 0x00, 0xdC, 0x05, 0x8b, 487 unsigned char tda8275a_init[] = { 0x00, 0x00, 0x00, 0x00, 0xdC, 0x05, 0x8b,
488 0x0c, 0x04, 0x20, 0xFF, 0x00, 0x00, 0x4b }; 488 0x0c, 0x04, 0x20, 0xFF, 0x00, 0x00, 0x4b };
489 struct i2c_msg msg = {.addr = t->tda827x_addr, .flags=0, 489 struct i2c_msg msg = {.addr = t->tda827x_addr, .flags=0,
490 .buf=tda8275_init, .len = 14}; 490 .buf=tda8275_init, .len = 14};
491 if (t->tda827x_ver != 0) 491 if (t->tda827x_ver != 0)
492 msg.buf = tda8275a_init; 492 msg.buf = tda8275a_init;
493 493