projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d43e13
)
V4L/DVB (4644): Multi-input fix for dtt200u
author
Patrick Boettcher
<pb@linuxtv.org>
Tue, 19 Sep 2006 15:51:27 +0000
(12:51 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Tue, 3 Oct 2006 18:12:20 +0000
(15:12 -0300)
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>
drivers/media/dvb/dvb-usb/dtt200u.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/dvb-usb/dtt200u.c
b/drivers/media/dvb/dvb-usb/dtt200u.c
index
b834db7
..
fa43a41
100644
(file)
--- 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;
}