diff options
Diffstat (limited to 'drivers/media/dvb/dvb-usb/cxusb.c')
-rw-r--r-- | drivers/media/dvb/dvb-usb/cxusb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/cxusb.c b/drivers/media/dvb/dvb-usb/cxusb.c index 9e96a188f1e9..d2be03514012 100644 --- a/drivers/media/dvb/dvb-usb/cxusb.c +++ b/drivers/media/dvb/dvb-usb/cxusb.c | |||
@@ -211,7 +211,7 @@ static struct dvb_usb_properties cxusb_properties; | |||
211 | static int cxusb_probe(struct usb_interface *intf, | 211 | static int cxusb_probe(struct usb_interface *intf, |
212 | const struct usb_device_id *id) | 212 | const struct usb_device_id *id) |
213 | { | 213 | { |
214 | return dvb_usb_device_init(intf,&cxusb_properties,THIS_MODULE); | 214 | return dvb_usb_device_init(intf,&cxusb_properties,THIS_MODULE,NULL); |
215 | } | 215 | } |
216 | 216 | ||
217 | static struct usb_device_id cxusb_table [] = { | 217 | static struct usb_device_id cxusb_table [] = { |