mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
66c2d53db2
commit
63806eeb61
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue