diff options
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-driver.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.c b/drivers/media/video/ivtv/ivtv-driver.c index 4fe42258b214..7058aa25ac9c 100644 --- a/drivers/media/video/ivtv/ivtv-driver.c +++ b/drivers/media/video/ivtv/ivtv-driver.c | |||
@@ -1333,7 +1333,7 @@ static int module_start(void) | |||
1333 | printk(KERN_INFO "ivtv: debug value must be >= 0 and <= 511!\n"); | 1333 | printk(KERN_INFO "ivtv: debug value must be >= 0 and <= 511!\n"); |
1334 | } | 1334 | } |
1335 | 1335 | ||
1336 | if (pci_module_init(&ivtv_pci_driver)) { | 1336 | if (pci_register_driver(&ivtv_pci_driver)) { |
1337 | printk(KERN_ERR "ivtv: Error detecting PCI card\n"); | 1337 | printk(KERN_ERR "ivtv: Error detecting PCI card\n"); |
1338 | return -ENODEV; | 1338 | return -ENODEV; |
1339 | } | 1339 | } |