diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2005-09-09 16:02:47 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-09 16:57:41 -0400 |
commit | 47dc3d688d04f06d8ef90a06c48930906fbc4a8c (patch) | |
tree | 705fc3f433180d96e357bdcf4814408169367018 /drivers/media/dvb/dvb-usb/vp7045.c | |
parent | 62703b9d72114a563488cd4be6d0827618395589 (diff) |
[PATCH] dvb: usb: core: change dvb_usb_device_init() API
Change the init call to optionally return the new dvb_usb_device directly.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/vp7045.c')
-rw-r--r-- | drivers/media/dvb/dvb-usb/vp7045.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/vp7045.c b/drivers/media/dvb/dvb-usb/vp7045.c index 9ac95f54f9fc..13406a8da247 100644 --- a/drivers/media/dvb/dvb-usb/vp7045.c +++ b/drivers/media/dvb/dvb-usb/vp7045.c | |||
@@ -199,7 +199,7 @@ static struct dvb_usb_properties vp7045_properties; | |||
199 | static int vp7045_usb_probe(struct usb_interface *intf, | 199 | static int vp7045_usb_probe(struct usb_interface *intf, |
200 | const struct usb_device_id *id) | 200 | const struct usb_device_id *id) |
201 | { | 201 | { |
202 | return dvb_usb_device_init(intf,&vp7045_properties,THIS_MODULE); | 202 | return dvb_usb_device_init(intf,&vp7045_properties,THIS_MODULE,NULL); |
203 | } | 203 | } |
204 | 204 | ||
205 | static struct usb_device_id vp7045_usb_table [] = { | 205 | static struct usb_device_id vp7045_usb_table [] = { |