We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20c435 commit e40c04aCopy full SHA for e40c04a
drivers/scsi/mpt3sas/mpt3sas_scsih.c
@@ -12913,8 +12913,10 @@ _mpt3sas_init(void)
12913
mpt3sas_ctl_init(hbas_to_enumerate);
12914
12915
error = pci_register_driver(&mpt3sas_driver);
12916
- if (error)
+ if (error) {
12917
+ mpt3sas_ctl_exit(hbas_to_enumerate);
12918
scsih_exit();
12919
+ }
12920
12921
return error;
12922
}
0 commit comments