summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/stv0297.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2011-12-31 14:33:00 +0100
committerMauro Carvalho Chehab2011-12-31 14:34:14 +0100
commita95c471eb7615762009af7a8810f56da3f28ea9f (patch)
treee3c38d96109628f41ae388d7385003dfa9ddba7e /drivers/media/dvb/frontends/stv0297.c
parent[media] dvb: Add ops.delsys to the remaining frontends (diff)
downloadkernel-qcow2-linux-a95c471eb7615762009af7a8810f56da3f28ea9f.tar.gz
kernel-qcow2-linux-a95c471eb7615762009af7a8810f56da3f28ea9f.tar.xz
kernel-qcow2-linux-a95c471eb7615762009af7a8810f56da3f28ea9f.zip
stv0297: Fix delivery system
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stv0297.c')
-rw-r--r--drivers/media/dvb/frontends/stv0297.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/stv0297.c b/drivers/media/dvb/frontends/stv0297.c
index 8f74762ca76f..8e5bd69f2f80 100644
--- a/drivers/media/dvb/frontends/stv0297.c
+++ b/drivers/media/dvb/frontends/stv0297.c
@@ -690,7 +690,7 @@ error:
}
static struct dvb_frontend_ops stv0297_ops = {
- .delsys = { SYS_DVBC },
+ .delsys = { SYS_DVBC_ANNEX_A },
.info = {
.name = "ST STV0297 DVB-C",
.type = FE_QAM,