Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61276
b: refs/heads/master
c: 79d3a8b
h: refs/heads/master
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jul 18, 2007
1 parent b1df0ce commit 28f7e8e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: fbfee8684ff235c8cc4e8859913a017dabd59c03
refs/heads/master: 79d3a8bede9350e2ff28b950341dcfead85ba04b
3 changes: 2 additions & 1 deletion trunk/drivers/media/dvb/dvb-usb/dibusb-mb.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ static int dibusb_dib3000mb_frontend_attach(struct dvb_usb_adapter *adap)

demod_cfg.demod_address = 0x8;

if ((adap->fe = dib3000mb_attach(&demod_cfg,&adap->dev->i2c_adap,&st->ops)) == NULL)
if ((adap->fe = dvb_attach(dib3000mb_attach, &demod_cfg,
&adap->dev->i2c_adap, &st->ops)) == NULL)
return -ENODEV;

adap->tuner_pass_ctrl = st->ops.tuner_pass_ctrl;
Expand Down

0 comments on commit 28f7e8e

Please sign in to comment.