|
@@ -7408,7 +7408,9 @@ reinit_after_soft_reset:
|
|
h->access.set_intr_mask(h, HPSA_INTR_ON);
|
|
h->access.set_intr_mask(h, HPSA_INTR_ON);
|
|
|
|
|
|
hpsa_hba_inquiry(h);
|
|
hpsa_hba_inquiry(h);
|
|
- hpsa_register_scsi(h); /* hook ourselves into SCSI subsystem */
|
|
|
|
|
|
+ rc = hpsa_register_scsi(h); /* hook ourselves into SCSI subsystem */
|
|
|
|
+ if (rc)
|
|
|
|
+ goto clean4;
|
|
|
|
|
|
/* Monitor the controller for firmware lockups */
|
|
/* Monitor the controller for firmware lockups */
|
|
h->heartbeat_sample_interval = HEARTBEAT_SAMPLE_INTERVAL;
|
|
h->heartbeat_sample_interval = HEARTBEAT_SAMPLE_INTERVAL;
|