diff options
Diffstat (limited to 'sound/oss/sonicvibes.c')
-rw-r--r-- | sound/oss/sonicvibes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/sonicvibes.c b/sound/oss/sonicvibes.c index 17d0e461f8d8..71b05e2f6977 100644 --- a/sound/oss/sonicvibes.c +++ b/sound/oss/sonicvibes.c | |||
@@ -2765,7 +2765,7 @@ static int __init init_sonicvibes(void) | |||
2765 | if (!(wavetable_mem = __get_free_pages(GFP_KERNEL, 20-PAGE_SHIFT))) | 2765 | if (!(wavetable_mem = __get_free_pages(GFP_KERNEL, 20-PAGE_SHIFT))) |
2766 | printk(KERN_INFO "sv: cannot allocate 1MB of contiguous nonpageable memory for wavetable data\n"); | 2766 | printk(KERN_INFO "sv: cannot allocate 1MB of contiguous nonpageable memory for wavetable data\n"); |
2767 | #endif | 2767 | #endif |
2768 | return pci_module_init(&sv_driver); | 2768 | return pci_register_driver(&sv_driver); |
2769 | } | 2769 | } |
2770 | 2770 | ||
2771 | static void __exit cleanup_sonicvibes(void) | 2771 | static void __exit cleanup_sonicvibes(void) |