aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-dvb.c
diff options
context:
space:
mode:
authorIgor M. Liplianin <liplianin@me.by>2008-11-09 12:59:33 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 14:53:28 -0500
commit93f26c147bd835d4352d477c2b98a98bbc4427e0 (patch)
treedc6a5811eaf8374626e2fc7de6b16f88d57985c3 /drivers/media/video/cx88/cx88-dvb.c
parentcd3cde1271c6c597c16e4c22810449949c675092 (diff)
V4L/DVB (9535): cx88-dvb: Remove usage core->prev_set_voltage from cx24116 based cards.
Remove usage core->prev_set_voltage from cx24116 based cards, as it does not make sense for the demod. Signed-off-by: Igor M. Liplianin <liplianin@me.by> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx88/cx88-dvb.c')
-rw-r--r--drivers/media/video/cx88/cx88-dvb.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c
index 3c328a2f28fb..03ef89051cd1 100644
--- a/drivers/media/video/cx88/cx88-dvb.c
+++ b/drivers/media/video/cx88/cx88-dvb.c
@@ -1072,10 +1072,8 @@ static int dvb_register(struct cx8802_dev *dev)
1072 fe0->dvb.frontend = dvb_attach(cx24116_attach, 1072 fe0->dvb.frontend = dvb_attach(cx24116_attach,
1073 &tevii_s460_config, 1073 &tevii_s460_config,
1074 &core->i2c_adap); 1074 &core->i2c_adap);
1075 if (fe0->dvb.frontend != NULL) { 1075 if (fe0->dvb.frontend != NULL)
1076 core->prev_set_voltage = fe0->dvb.frontend->ops.set_voltage;
1077 fe0->dvb.frontend->ops.set_voltage = tevii_dvbs_set_voltage; 1076 fe0->dvb.frontend->ops.set_voltage = tevii_dvbs_set_voltage;
1078 }
1079 break; 1077 break;
1080 case CX88_BOARD_OMICOM_SS4_PCI: 1078 case CX88_BOARD_OMICOM_SS4_PCI:
1081 case CX88_BOARD_TBS_8920: 1079 case CX88_BOARD_TBS_8920:
@@ -1084,10 +1082,8 @@ static int dvb_register(struct cx8802_dev *dev)
1084 fe0->dvb.frontend = dvb_attach(cx24116_attach, 1082 fe0->dvb.frontend = dvb_attach(cx24116_attach,
1085 &hauppauge_hvr4000_config, 1083 &hauppauge_hvr4000_config,
1086 &core->i2c_adap); 1084 &core->i2c_adap);
1087 if (fe0->dvb.frontend != NULL) { 1085 if (fe0->dvb.frontend != NULL)
1088 core->prev_set_voltage = fe0->dvb.frontend->ops.set_voltage;
1089 fe0->dvb.frontend->ops.set_voltage = tevii_dvbs_set_voltage; 1086 fe0->dvb.frontend->ops.set_voltage = tevii_dvbs_set_voltage;
1090 }
1091 break; 1087 break;
1092 default: 1088 default:
1093 printk(KERN_ERR "%s/2: The frontend of your DVB/ATSC card isn't supported yet\n", 1089 printk(KERN_ERR "%s/2: The frontend of your DVB/ATSC card isn't supported yet\n",