From: Abylay Ospan <aospan@netup.ru>
To: linux-media@vger.kernel.org,
Mauro Carvalho Chehab <mchehab@infradead.org>,
"Igor M. Liplianin" <liplianin@me.by>
Subject: [PATCH 1/1] Update stv0900 status when LOCK is missed
Date: Mon, 14 Feb 2011 22:03:13 +0300 [thread overview]
Message-ID: <4D597C71.5040100@netup.ru> (raw)
Update stv0900 status when LOCK is missed
Signed-off-by: Abylay Ospan <aospan@netup.ru>
---
drivers/media/dvb/frontends/stv0900_core.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/drivers/media/dvb/frontends/stv0900_core.c
b/drivers/media/dvb/frontends/stv0900_core.c
index 4f5e7d3..34afcc6 100644
--- a/drivers/media/dvb/frontends/stv0900_core.c
+++ b/drivers/media/dvb/frontends/stv0900_core.c
@@ -1660,8 +1660,10 @@ static int stv0900_read_status(struct
dvb_frontend *fe, enum fe_status *status)
| FE_HAS_VITERBI
| FE_HAS_SYNC
| FE_HAS_LOCK;
- } else
+ } else {
+ *status = 0;
dprintk("DEMOD LOCK FAIL\n");
+ }
return 0;
}
--
1.7.2.1.95.g3d045
--
Abylai Ospan<aospan@netup.ru>
NetUP Inc.
next reply other threads:[~2011-02-14 19:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-14 19:03 Abylay Ospan [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-01-25 20:07 [PATCH 8/9 v3] cx23885: disable MSI for NetUP cards, otherwise CI is not working Igor M. Liplianin
2011-01-26 8:54 ` [PATCH 1/1] Update stv0900 status when LOCK is missed Abylay Ospan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D597C71.5040100@netup.ru \
--to=aospan@netup.ru \
--cc=linux-media@vger.kernel.org \
--cc=liplianin@me.by \
--cc=mchehab@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox