diff options
Diffstat (limited to 'drivers/media/dvb/dvb-usb/umt-010.c')
-rw-r--r-- | drivers/media/dvb/dvb-usb/umt-010.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/umt-010.c b/drivers/media/dvb/dvb-usb/umt-010.c index 2112ac3cf5e2..6fd67657c269 100644 --- a/drivers/media/dvb/dvb-usb/umt-010.c +++ b/drivers/media/dvb/dvb-usb/umt-010.c | |||
@@ -77,7 +77,7 @@ static struct dvb_usb_properties umt_properties; | |||
77 | static int umt_probe(struct usb_interface *intf, | 77 | static int umt_probe(struct usb_interface *intf, |
78 | const struct usb_device_id *id) | 78 | const struct usb_device_id *id) |
79 | { | 79 | { |
80 | if (dvb_usb_device_init(intf,&umt_properties,THIS_MODULE) == 0) | 80 | if (dvb_usb_device_init(intf,&umt_properties,THIS_MODULE,NULL) == 0) |
81 | return 0; | 81 | return 0; |
82 | return -EINVAL; | 82 | return -EINVAL; |
83 | } | 83 | } |