aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/megaraid')
-rw-r--r--drivers/scsi/megaraid/megaraid_sas.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/scsi/megaraid/megaraid_sas.c b/drivers/scsi/megaraid/megaraid_sas.c
index 4245d05e628b..2463f47adfda 100644
--- a/drivers/scsi/megaraid/megaraid_sas.c
+++ b/drivers/scsi/megaraid/megaraid_sas.c
@@ -767,17 +767,12 @@ static int megasas_generic_reset(struct scsi_cmnd *scmd)
767 return FAILED; 767 return FAILED;
768 } 768 }
769 769
770 spin_unlock(scmd->device->host->host_lock);
771
772 ret_val = megasas_wait_for_outstanding(instance); 770 ret_val = megasas_wait_for_outstanding(instance);
773
774 if (ret_val == SUCCESS) 771 if (ret_val == SUCCESS)
775 printk(KERN_NOTICE "megasas: reset successful \n"); 772 printk(KERN_NOTICE "megasas: reset successful \n");
776 else 773 else
777 printk(KERN_ERR "megasas: failed to do reset\n"); 774 printk(KERN_ERR "megasas: failed to do reset\n");
778 775
779 spin_lock(scmd->device->host->host_lock);
780
781 return ret_val; 776 return ret_val;
782} 777}
783 778