Explorar o código

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>
Patrick Boettcher %!s(int64=19) %!d(string=hai) anos
pai
achega
c19da7efb3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/media/dvb/dvb-usb/dtt200u.c

+ 1 - 1
drivers/media/dvb/dvb-usb/dtt200u.c

@@ -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)
 {
-	adap->fe = dtt200u_fe_attach(adap);
+	adap->fe = dtt200u_fe_attach(adap->dev);
 	return 0;
 }