mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 10:31:48 +00:00
[media] m88rs2000: add missing FE_HAS_SYNC flag
Cc: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
db6651a9eb
commit
ff54298bc7
@ -481,7 +481,7 @@ static int m88rs2000_read_status(struct dvb_frontend *fe, fe_status_t *status)
|
||||
|
||||
if ((reg & 0x7) == 0x7) {
|
||||
*status = FE_HAS_CARRIER | FE_HAS_SIGNAL | FE_HAS_VITERBI
|
||||
| FE_HAS_LOCK;
|
||||
| FE_HAS_SYNC | FE_HAS_LOCK;
|
||||
if (state->config->set_ts_params)
|
||||
state->config->set_ts_params(fe, CALL_IS_READ);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user