Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153925
b: refs/heads/master
c: 0cde9b2
h: refs/heads/master
i:
  153923: a3de6fa
v: v3
  • Loading branch information
Igor M. Liplianin authored and Mauro Carvalho Chehab committed Jun 23, 2009
1 parent c724b2f commit 4a3ee3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3fb4a57b494e05dba4d1305e2347c6633b76c20e
refs/heads/master: 0cde9b2533d6fe79307173f24209228aaf34bc98
6 changes: 4 additions & 2 deletions trunk/drivers/media/video/cx23885/cx23885-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand All @@ -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");

Expand Down

0 comments on commit 4a3ee3c

Please sign in to comment.