Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302557
b: refs/heads/master
c: d80ecd5
h: refs/heads/master
i:
  302555: 769ab7e
v: v3
  • Loading branch information
Jeff Skirvin authored and Dan Williams committed May 17, 2012
1 parent 6874396 commit 9b6e56d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 83884014eaaa68834ced39d1c75f1bc20d618ec0
refs/heads/master: d80ecd5726ce49b5da457d562804b40f0183e8f7
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/isci/task.c
Original file line number Diff line number Diff line change
Expand Up @@ -842,10 +842,10 @@ int isci_task_lu_reset(struct domain_device *dev, u8 *lun)
__func__, dev, ihost, isci_device);

if (!isci_device) {
/* If the device is gone, stop the escalations. */
/* If the device is gone, escalate to I_T_Nexus_Reset. */
dev_dbg(&ihost->pdev->dev, "%s: No dev\n", __func__);

ret = TMF_RESP_FUNC_COMPLETE;
ret = TMF_RESP_FUNC_FAILED;
goto out;
}
if (isci_remote_device_suspend(ihost, isci_device) != SCI_SUCCESS) {
Expand Down

0 comments on commit 9b6e56d

Please sign in to comment.