linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Antti Palosaari <crope@iki.fi>
To: linux-media@vger.kernel.org
Cc: "Antti Palosaari" <crope@iki.fi>,
	"Mauro Carvalho Chehab" <mchehab@redhat.com>,
	"Jiří Zelenka" <klacek@bubakov.net>
Subject: [PATCH FOR 3.3-RC8] tda10071: BUGFIX delivery system
Date: Tue, 13 Mar 2012 00:21:20 +0200	[thread overview]
Message-ID: <1331590880-3100-1-git-send-email-crope@iki.fi> (raw)

Commit b2a29b578d9c21b2e5c88020f830d3c42115c51d sets accidentally supported
delivery systems as DVB-T/T2 whilst it should be DVB-S/S2. Due to that frontend
cannot be used at all.

Bug reported: Jiří Zelenka

Signed-off-by: Antti Palosaari <crope@iki.fi>
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
Reported-by: Jiří Zelenka <klacek@bubakov.net>
Cc: Jiří Zelenka <klacek@bubakov.net>
---
 drivers/media/dvb/frontends/tda10071.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/dvb/frontends/tda10071.c b/drivers/media/dvb/frontends/tda10071.c
index a992050..c21bc92 100644
--- a/drivers/media/dvb/frontends/tda10071.c
+++ b/drivers/media/dvb/frontends/tda10071.c
@@ -1215,7 +1215,7 @@ error:
 EXPORT_SYMBOL(tda10071_attach);
 
 static struct dvb_frontend_ops tda10071_ops = {
-	.delsys = { SYS_DVBT, SYS_DVBT2 },
+	.delsys = { SYS_DVBS, SYS_DVBS2 },
 	.info = {
 		.name = "NXP TDA10071",
 		.frequency_min = 950000,
-- 
1.7.7.6


                 reply	other threads:[~2012-03-12 22:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1331590880-3100-1-git-send-email-crope@iki.fi \
    --to=crope@iki.fi \
    --cc=klacek@bubakov.net \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@redhat.com \
    /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;
as well as URLs for NNTP newsgroup(s).