diff options
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/ioatdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ioatdma.c b/drivers/dma/ioatdma.c index ecad8f65d2d4..d4810696e8cb 100644 --- a/drivers/dma/ioatdma.c +++ b/drivers/dma/ioatdma.c | |||
@@ -826,7 +826,7 @@ static int __init ioat_init_module(void) | |||
826 | /* if forced, worst case is that rmmod hangs */ | 826 | /* if forced, worst case is that rmmod hangs */ |
827 | __unsafe(THIS_MODULE); | 827 | __unsafe(THIS_MODULE); |
828 | 828 | ||
829 | pci_module_init(&ioat_pci_drv); | 829 | return pci_module_init(&ioat_pci_drv); |
830 | } | 830 | } |
831 | 831 | ||
832 | module_init(ioat_init_module); | 832 | module_init(ioat_init_module); |