diff options
Diffstat (limited to 'drivers/media/dvb/dvb-usb/a800.c')
| -rw-r--r-- | drivers/media/dvb/dvb-usb/a800.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/a800.c b/drivers/media/dvb/dvb-usb/a800.c index f2fcc2f1f846..e55322ef76b3 100644 --- a/drivers/media/dvb/dvb-usb/a800.c +++ b/drivers/media/dvb/dvb-usb/a800.c | |||
| @@ -90,7 +90,7 @@ static struct dvb_usb_properties a800_properties; | |||
| 90 | static int a800_probe(struct usb_interface *intf, | 90 | static int a800_probe(struct usb_interface *intf, |
| 91 | const struct usb_device_id *id) | 91 | const struct usb_device_id *id) |
| 92 | { | 92 | { |
| 93 | return dvb_usb_device_init(intf,&a800_properties,THIS_MODULE); | 93 | return dvb_usb_device_init(intf,&a800_properties,THIS_MODULE,NULL); |
| 94 | } | 94 | } |
| 95 | 95 | ||
| 96 | /* do not change the order of the ID table */ | 96 | /* do not change the order of the ID table */ |
