summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/af9033.c
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2013-03-07 21:47:20 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-21 19:04:25 -0300
commitdc4a2c40f87327c5859edc20a5b6b2afa6071d49 (patch)
treeaf3fdcaebf6a5cda530c3b0c4f3d850c402bf538 /drivers/media/dvb-frontends/af9033.c
parent85211323fa61d1eb9171e0cb6a9ca48490d03aaf (diff)
[media] af9033: add IT9135 tuner config "62" init table
Dumped out from the Windows driver version 12.07.06.1 Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb-frontends/af9033.c')
-rw-r--r--drivers/media/dvb-frontends/af9033.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/af9033.c b/drivers/media/dvb-frontends/af9033.c
index c3c3a6d38a25..847a9b6d3dcf 100644
--- a/drivers/media/dvb-frontends/af9033.c
+++ b/drivers/media/dvb-frontends/af9033.c
@@ -367,7 +367,8 @@ static int af9033_init(struct dvb_frontend *fe)
init = tuner_init_it9135_61;
break;
case AF9033_TUNER_IT9135_62:
- len = 0;
+ len = ARRAY_SIZE(tuner_init_it9135_62);
+ init = tuner_init_it9135_62;
break;
default:
dev_dbg(&state->i2c->dev, "%s: unsupported tuner ID=%d\n",