diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2006-09-19 11:51:27 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-03 14:12:20 -0400 |
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) | |||
88 | 88 | ||
89 | static int dtt200u_frontend_attach(struct dvb_usb_adapter *adap) | 89 | static int dtt200u_frontend_attach(struct dvb_usb_adapter *adap) |
90 | { | 90 | { |
91 | adap->fe = dtt200u_fe_attach(adap); | 91 | adap->fe = dtt200u_fe_attach(adap->dev); |
92 | return 0; | 92 | return 0; |
93 | } | 93 | } |
94 | 94 | ||