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

Commit 02a0fa67 authored by Alan Cox's avatar Alan Cox Committed by James Bottomley
Browse files

[SCSI] Switch ips to pci_register from pci_module

parent 8350a348
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7078,7 +7078,7 @@ ips_remove_device(struct pci_dev *pci_dev)
static int __init
ips_module_init(void)
{
	if (pci_module_init(&ips_pci_driver) < 0)
	if (pci_register_driver(&ips_pci_driver) < 0)
		return -ENODEV;
	ips_driver_template.module = THIS_MODULE;
	ips_order_controllers();