diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-31 13:38:23 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-31 13:38:23 +0100 |
commit | 533b673b193cb3412f20eac5d24119ed3d240211 (patch) | |
tree | e1e25c668957391543ec3bf9189cf522e3873c99 /drivers/media/dvb/frontends/s5h1432.c | |
parent | [media] dvb: don't require a parameter for get_frontend (diff) | |
download | linux-533b673b193cb3412f20eac5d24119ed3d240211.tar.xz linux-533b673b193cb3412f20eac5d24119ed3d240211.zip |
[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/s5h1432.c')
-rw-r--r-- | drivers/media/dvb/frontends/s5h1432.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/s5h1432.c b/drivers/media/dvb/frontends/s5h1432.c index 3a9050fffb80..baa3aae160b9 100644 --- a/drivers/media/dvb/frontends/s5h1432.c +++ b/drivers/media/dvb/frontends/s5h1432.c @@ -375,7 +375,7 @@ error: EXPORT_SYMBOL(s5h1432_attach); static struct dvb_frontend_ops s5h1432_ops = { - + .delsys = { SYS_DVBT }, .info = { .name = "Samsung s5h1432 DVB-T Frontend", .type = FE_OFDM, |