mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 12:43:55 +08:00
V4L/DVB (5652): Dibusb-mb: use dvb_attach for dib3000mb_attach
convert calls to dib3000mb_attach to use dvb_attach Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
fbfee8684f
commit
79d3a8bede
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user