aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/video/cx23885/cx23885-dvb.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c
index e236df23370e..236eea0c41e5 100644
--- a/drivers/media/video/cx23885/cx23885-dvb.c
+++ b/drivers/media/video/cx23885/cx23885-dvb.c
@@ -736,7 +736,8 @@ static int dvb_register(struct cx23885_tsport *port)
736 if (!dvb_attach(lnbh24_attach, 736 if (!dvb_attach(lnbh24_attach,
737 fe0->dvb.frontend, 737 fe0->dvb.frontend,
738 &i2c_bus->i2c_adap, 738 &i2c_bus->i2c_adap,
739 LNBH24_PCL, 0, 0x09)) 739 LNBH24_PCL,
740 LNBH24_TTX, 0x09))
740 printk(KERN_ERR 741 printk(KERN_ERR
741 "No LNBH24 found!\n"); 742 "No LNBH24 found!\n");
742 743
@@ -756,7 +757,8 @@ static int dvb_register(struct cx23885_tsport *port)
756 if (!dvb_attach(lnbh24_attach, 757 if (!dvb_attach(lnbh24_attach,
757 fe0->dvb.frontend, 758 fe0->dvb.frontend,
758 &i2c_bus->i2c_adap, 759 &i2c_bus->i2c_adap,
759 LNBH24_PCL, 0, 0x0a)) 760 LNBH24_PCL,
761 LNBH24_TTX, 0x0a))
760 printk(KERN_ERR 762 printk(KERN_ERR
761 "No LNBH24 found!\n"); 763 "No LNBH24 found!\n");
762 764