V4L/DVB (4644): Multi-input fix for dtt200u
Small fix for multi input for dtt200u module. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
4d43e13f72
commit
c19da7efb3
|
@ -88,7 +88,7 @@ static int dtt200u_rc_query(struct dvb_usb_device *d, u32 *event, int *state)
|
||||||
|
|
||||||
static int dtt200u_frontend_attach(struct dvb_usb_adapter *adap)
|
static int dtt200u_frontend_attach(struct dvb_usb_adapter *adap)
|
||||||
{
|
{
|
||||||
adap->fe = dtt200u_fe_attach(adap);
|
adap->fe = dtt200u_fe_attach(adap->dev);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue