summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/stv0297.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-12-31 10:38:23 -0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-12-31 10:38:23 -0200
commit533b673b193cb3412f20eac5d24119ed3d240211 (patch)
treee1e25c668957391543ec3bf9189cf522e3873c99 /drivers/media/dvb/frontends/stv0297.c
parent7c61d80a9bcfc3fdec8ffd75756cad6a64678229 (diff)
downloadop-kernel-dev-533b673b193cb3412f20eac5d24119ed3d240211.zip
op-kernel-dev-533b673b193cb3412f20eac5d24119ed3d240211.tar.gz
[media] dvb: Add ops.delsys to the remaining frontends
A few drivers don't have .delsys. Add it, in order to allow future patches for dvb_frontend.c to not use info.type. 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 dd0a190..8f74762 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 },
.info = {
.name = "ST STV0297 DVB-C",
.type = FE_QAM,
OpenPOWER on IntegriCloud