projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db6651a
)
[media] m88rs2000: add missing FE_HAS_SYNC flag
author
Antti Palosaari
<crope@iki.fi>
Mon, 6 Aug 2012 21:35:26 +0000
(18:35 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sun, 12 Aug 2012 10:55:57 +0000
(07:55 -0300)
Cc: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/m88rs2000.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/frontends/m88rs2000.c
b/drivers/media/dvb/frontends/m88rs2000.c
index 312588e84daeedf855ccc266b8484dbc13706ee0..633815ed90ca7262641185cdd17b2224079a3316 100644
(file)
--- a/
drivers/media/dvb/frontends/m88rs2000.c
+++ b/
drivers/media/dvb/frontends/m88rs2000.c
@@
-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);
}