summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/dvb-pll.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-08-13 08:12:06 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-08-13 08:12:06 -0300
commit8c3cb543d95724a911f77d4c377ad1066557e611 (patch)
treeeda91c8472a114817814843483fb713417e9aa4d /linux/drivers/media/dvb/frontends/dvb-pll.c
parente648c84119509dd4d21a65fe509327fd76c01106 (diff)
parenteff3a5b99dc445ed20b7fe512209d396a4310d04 (diff)
downloadmediapointer-dvb-s2-8c3cb543d95724a911f77d4c377ad1066557e611.tar.gz
mediapointer-dvb-s2-8c3cb543d95724a911f77d4c377ad1066557e611.tar.bz2
merge: http://linuxtv.org/hg/~mkrufky/tuner
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/dvb-pll.c')
-rw-r--r--linux/drivers/media/dvb/frontends/dvb-pll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/dvb-pll.c b/linux/drivers/media/dvb/frontends/dvb-pll.c
index ca99e439c..11f7d5939 100644
--- a/linux/drivers/media/dvb/frontends/dvb-pll.c
+++ b/linux/drivers/media/dvb/frontends/dvb-pll.c
@@ -784,7 +784,7 @@ struct dvb_frontend *dvb_pll_attach(struct dvb_frontend *fe, int pll_addr,
strncpy(fe->ops.tuner_ops.info.name, desc->name,
sizeof(fe->ops.tuner_ops.info.name));
fe->ops.tuner_ops.info.frequency_min = desc->min;
- fe->ops.tuner_ops.info.frequency_min = desc->max;
+ fe->ops.tuner_ops.info.frequency_max = desc->max;
if (!desc->initdata)
fe->ops.tuner_ops.init = NULL;
if (!desc->sleepdata)