diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/isci/task.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/isci/task.c b/drivers/scsi/isci/task.c index 9b8632f33dd9..26de06ef688e 100644 --- a/drivers/scsi/isci/task.c +++ b/drivers/scsi/isci/task.c | |||
@@ -842,10 +842,10 @@ int isci_task_lu_reset(struct domain_device *dev, u8 *lun) | |||
842 | __func__, dev, ihost, isci_device); | 842 | __func__, dev, ihost, isci_device); |
843 | 843 | ||
844 | if (!isci_device) { | 844 | if (!isci_device) { |
845 | /* If the device is gone, stop the escalations. */ | 845 | /* If the device is gone, escalate to I_T_Nexus_Reset. */ |
846 | dev_dbg(&ihost->pdev->dev, "%s: No dev\n", __func__); | 846 | dev_dbg(&ihost->pdev->dev, "%s: No dev\n", __func__); |
847 | 847 | ||
848 | ret = TMF_RESP_FUNC_COMPLETE; | 848 | ret = TMF_RESP_FUNC_FAILED; |
849 | goto out; | 849 | goto out; |
850 | } | 850 | } |
851 | if (isci_remote_device_suspend(ihost, isci_device) != SCI_SUCCESS) { | 851 | if (isci_remote_device_suspend(ihost, isci_device) != SCI_SUCCESS) { |