diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2006-09-19 12:51:27 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-03 15:12:20 -0300 |
commit | c19da7efb34fc4b9ef672073ff0890ded7bc821a (patch) | |
tree | 4f36b0bad765f00848de83c7aca2d371e54ddd6c /drivers/media | |
parent | 4d43e13f723e12734257277cc38497fab1efc605 (diff) |
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>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dtt200u.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/dtt200u.c b/drivers/media/dvb/dvb-usb/dtt200u.c index b834db74e77c..fa43a41d753b 100644 --- a/drivers/media/dvb/dvb-usb/dtt200u.c +++ b/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; } |