diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-12-21 19:11:42 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-12-21 19:11:42 -0200 |
commit | 0a5ef0254a680c87f0779624a5a36311f2405df2 (patch) | |
tree | ace610a9878403bb3ce9062082481d43f92345b9 /linux/drivers/media | |
parent | 4b7dae6f98287343f5a4943ec5f1466444fe9b98 (diff) | |
parent | fbf38661522d9a64e8bca483653753af58be0e6c (diff) | |
download | mediapointer-dvb-s2-0a5ef0254a680c87f0779624a5a36311f2405df2.tar.gz mediapointer-dvb-s2-0a5ef0254a680c87f0779624a5a36311f2405df2.tar.bz2 |
merge: http://linuxtv.org/hg/~mkrufky/tda18271
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/dvb/frontends/tda18271-fe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda18271-fe.c b/linux/drivers/media/dvb/frontends/tda18271-fe.c index 73d1023ee..da6bc4857 100644 --- a/linux/drivers/media/dvb/frontends/tda18271-fe.c +++ b/linux/drivers/media/dvb/frontends/tda18271-fe.c @@ -412,7 +412,7 @@ static int tda18271_tune(struct dvb_frontend *fe, tda18271_write_regs(fe, R_EB20, 1); /* set CAL mode to RF tracking filter calibration */ - regs[R_EB4] |= 0x03; + regs[R_EP4] |= 0x03; /* calculate CAL PLL */ |