|
@@ -2355,6 +2355,7 @@ int megasas_reset_fusion(struct Scsi_Host *shost, int iotimeout)
|
|
printk(KERN_WARNING "megaraid_sas: Hardware critical error, "
|
|
printk(KERN_WARNING "megaraid_sas: Hardware critical error, "
|
|
"returning FAILED for scsi%d.\n",
|
|
"returning FAILED for scsi%d.\n",
|
|
instance->host->host_no);
|
|
instance->host->host_no);
|
|
|
|
+ mutex_unlock(&instance->reset_mutex);
|
|
return FAILED;
|
|
return FAILED;
|
|
}
|
|
}
|
|
|
|
|