Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199979
b: refs/heads/master
c: a49ba16
h: refs/heads/master
i:
  199977: ea44d37
  199975: 311a97a
v: v3
  • Loading branch information
Prarit Bhargava authored and Mauro Carvalho Chehab committed Jun 1, 2010
1 parent 58acdf7 commit 4e5b4b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 63fc31e8d0757574edb03ed73986be56e70a75c1
refs/heads/master: a49ba1674b0cf507e62d97fbd91ce345a37b11a8
4 changes: 3 additions & 1 deletion trunk/drivers/media/dvb/dvb-usb/cxusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1026,8 +1026,10 @@ static int cxusb_dualdig4_rev2_frontend_attach(struct dvb_usb_adapter *adap)
cxusb_bluebird_gpio_pulse(adap->dev, 0x02, 1);

if (dib7000p_i2c_enumeration(&adap->dev->i2c_adap, 1, 18,
&cxusb_dualdig4_rev2_config) < 0)
&cxusb_dualdig4_rev2_config) < 0) {
printk(KERN_WARNING "Unable to enumerate dib7000p\n");
return -ENODEV;
}

adap->fe = dvb_attach(dib7000p_attach, &adap->dev->i2c_adap, 0x80,
&cxusb_dualdig4_rev2_config);
Expand Down

0 comments on commit 4e5b4b0

Please sign in to comment.