diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-25 22:29:22 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 21:02:58 (GMT) |
commit | 63806eeb61dcdf30fdbf488babff98aea2ca3f08 (patch) | |
tree | 69847a19f2fbf205a0b083b5ea951eeddc81efed /drivers | |
parent | 66c2d53db28276fe49b49745230b7ac8d8fd5f47 (diff) | |
download | linux-fsl-qoriq-63806eeb61dcdf30fdbf488babff98aea2ca3f08.tar.xz |
V4L/DVB (6677): Fix xc2028 driver for non OFDM
A previous patch implemented support for non-OFDM digital TV. However, the
previous bandwidth ofdm parameter were left at the code by mistake.
Thanks to Michael Krufky and Patrick Boettcher for noticing this mistake.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/tuner-xc2028.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/tuner-xc2028.c b/drivers/media/video/tuner-xc2028.c index cf72f22..e1796eb 100644 --- a/drivers/media/video/tuner-xc2028.c +++ b/drivers/media/video/tuner-xc2028.c @@ -972,8 +972,6 @@ static int xc2028_set_params(struct dvb_frontend *fe, break; } - bw = p->u.ofdm.bandwidth; - /* FIXME: There are two Scodes that will never be selected: DTV78 ZARLINK456, DTV78 DIBCOM52 |