diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-12-21 19:12:39 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-12-21 19:12:39 -0200 |
commit | 0845ae16e220be09645b258217b87a1640f80f75 (patch) | |
tree | 06c848b350b9ccb780e9b48e05939c894d867176 /linux/drivers/media/dvb | |
parent | 98ffc22a8582b18d205c8c70d6c9f5e722d35520 (diff) | |
parent | 0a5ef0254a680c87f0779624a5a36311f2405df2 (diff) | |
download | mediapointer-dvb-s2-0845ae16e220be09645b258217b87a1640f80f75.tar.gz mediapointer-dvb-s2-0845ae16e220be09645b258217b87a1640f80f75.tar.bz2 |
merge: http://linuxtv.org/hg/~mkrufky/xceive
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb')
-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 */ |