Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4041b9cd authored by Michal Piotrowski's avatar Michal Piotrowski Committed by James Bottomley
Browse files

[SCSI] megaraid_sas: pci_module_init to pci_register_driver conversion

parent b8d08210
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2838,7 +2838,7 @@ static int __init megasas_init(void)
	/*
	 * Register ourselves as PCI hotplug module
	 */
	rval = pci_module_init(&megasas_pci_driver);
	rval = pci_register_driver(&megasas_pci_driver);

	if (rval) {
		printk(KERN_DEBUG "megasas: PCI hotplug regisration failed \n");