Commit 63806eeb authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

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: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 66c2d53d
...@@ -972,8 +972,6 @@ static int xc2028_set_params(struct dvb_frontend *fe, ...@@ -972,8 +972,6 @@ static int xc2028_set_params(struct dvb_frontend *fe,
break; break;
} }
bw = p->u.ofdm.bandwidth;
/* FIXME: /* FIXME:
There are two Scodes that will never be selected: There are two Scodes that will never be selected:
DTV78 ZARLINK456, DTV78 DIBCOM52 DTV78 ZARLINK456, DTV78 DIBCOM52
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment