summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-12-27 08:25:33 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-12-31 10:23:40 -0200
commit63aad05b8d27f4e62227061f7e4ecc7041b92f58 (patch)
tree363ff3e5a365a9f98871b50217ffb246008c7e68 /drivers/media/dvb/dvb-core
parent8de8594a79ae43b08d115c94f09373f6c673f202 (diff)
downloadlinux-63aad05b8d27f4e62227061f7e4ecc7041b92f58.tar.bz2
[media] s921: Properly report the delivery system
Before this patch, a query for the delivery systems were returned SYS_UNDEFINED. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-core')
-rw-r--r--drivers/media/dvb/dvb-core/dvb_frontend.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.c b/drivers/media/dvb/dvb-core/dvb_frontend.c
index 55ca5521bca6..5f5a0caa4507 100644
--- a/drivers/media/dvb/dvb-core/dvb_frontend.c
+++ b/drivers/media/dvb/dvb-core/dvb_frontend.c
@@ -1309,7 +1309,6 @@ static void dtv_set_default_delivery_caps(const struct dvb_frontend *fe, struct
p->u.buffer.len = ncaps;
return;
}
-
switch (info->type) {
case FE_QPSK:
p->u.buffer.data[ncaps++] = SYS_DVBS;