From 4a3ee3c8aba8ab55c2f7456960de461f23918903 Mon Sep 17 00:00:00 2001 From: "Igor M. Liplianin" Date: Sun, 14 Jun 2009 13:17:15 -0300 Subject: [PATCH] --- yaml --- r: 153925 b: refs/heads/master c: 0cde9b2533d6fe79307173f24209228aaf34bc98 h: refs/heads/master i: 153923: a3de6fa9f71a8be67748282e2f68b1d0cfe8caa5 v: v3 --- [refs] | 2 +- trunk/drivers/media/video/cx23885/cx23885-dvb.c | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 168f20a1151e..9cf54d7a8428 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3fb4a57b494e05dba4d1305e2347c6633b76c20e +refs/heads/master: 0cde9b2533d6fe79307173f24209228aaf34bc98 diff --git a/trunk/drivers/media/video/cx23885/cx23885-dvb.c b/trunk/drivers/media/video/cx23885/cx23885-dvb.c index e236df23370e..236eea0c41e5 100644 --- a/trunk/drivers/media/video/cx23885/cx23885-dvb.c +++ b/trunk/drivers/media/video/cx23885/cx23885-dvb.c @@ -736,7 +736,8 @@ static int dvb_register(struct cx23885_tsport *port) if (!dvb_attach(lnbh24_attach, fe0->dvb.frontend, &i2c_bus->i2c_adap, - LNBH24_PCL, 0, 0x09)) + LNBH24_PCL, + LNBH24_TTX, 0x09)) printk(KERN_ERR "No LNBH24 found!\n"); @@ -756,7 +757,8 @@ static int dvb_register(struct cx23885_tsport *port) if (!dvb_attach(lnbh24_attach, fe0->dvb.frontend, &i2c_bus->i2c_adap, - LNBH24_PCL, 0, 0x0a)) + LNBH24_PCL, + LNBH24_TTX, 0x0a)) printk(KERN_ERR "No LNBH24 found!\n");