Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181332
b: refs/heads/master
c: 5f0325a
h: refs/heads/master
v: v3
  • Loading branch information
Matt Gates authored and James Bottomley committed Feb 17, 2010
1 parent 2f6a1ce commit 5aa237f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 339b2b14c634da58626eb742370d915591c2fb6d
refs/heads/master: 5f0325ab280e92c023a5610dae4a6afb6c1ef151
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/hpsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ static void complete_scsi_command(struct CommandList *cp,
dev_warn(&h->pdev->dev, "cp %p reports abort failed\n", cp);
break;
case CMD_UNSOLICITED_ABORT:
cmd->result = DID_ABORT << 16;
cmd->result = DID_RESET << 16;
dev_warn(&h->pdev->dev, "cp %p aborted do to an unsolicited "
"abort\n", cp);
break;
Expand Down

0 comments on commit 5aa237f

Please sign in to comment.