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 <[email protected]>
Cc: Mauro Carvalho Chehab <[email protected]>
Reported-by: Jiří Zelenka <[email protected]>
Cc: Jiří Zelenka <[email protected]>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to