diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-08-13 08:12:06 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-08-13 08:12:06 -0300 |
commit | 8c3cb543d95724a911f77d4c377ad1066557e611 (patch) | |
tree | eda91c8472a114817814843483fb713417e9aa4d /linux/drivers/media/dvb/frontends/dvb-pll.c | |
parent | e648c84119509dd4d21a65fe509327fd76c01106 (diff) | |
parent | eff3a5b99dc445ed20b7fe512209d396a4310d04 (diff) | |
download | mediapointer-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.c | 2 |
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) |