You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[SCSI] pci_module_init conversion in scsi subsystem
Converts pci_module_init() to pci_register_driver() in the scsi subsys on 23 drivers which only return the value of pci_module_init(). Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
committed by
James Bottomley
parent
45223fd77c
commit
dcbccbde00
@@ -1187,7 +1187,7 @@ static struct pci_driver inia100_pci_driver = {
|
||||
|
||||
static int __init inia100_init(void)
|
||||
{
|
||||
return pci_module_init(&inia100_pci_driver);
|
||||
return pci_register_driver(&inia100_pci_driver);
|
||||
}
|
||||
|
||||
static void __exit inia100_exit(void)
|
||||
|
||||
Reference in New Issue
Block a user