Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148103
b: refs/heads/master
c: d5e6054
h: refs/heads/master
i:
  148101: 0b3c277
  148099: 462f0c9
  148095: fc809f4
v: v3
  • Loading branch information
Mike Christie authored and James Bottomley committed Jun 8, 2009
1 parent b1734f2 commit 6f77991
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: 0f4915398a4233cdbfc4e9bf4436323546945b3f
refs/heads/master: d5e6054a0a097527b3920a8a0aefe7f830c014fd
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/libfc/fc_fcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1896,7 +1896,7 @@ static void fc_io_compl(struct fc_fcp_pkt *fsp)
sc_cmd->result = (DID_ERROR << 16) | fsp->cdb_status;
break;
case FC_CMD_ABORTED:
sc_cmd->result = (DID_ABORT << 16) | fsp->io_status;
sc_cmd->result = (DID_ERROR << 16) | fsp->io_status;
break;
case FC_CMD_TIME_OUT:
sc_cmd->result = (DID_BUS_BUSY << 16) | fsp->io_status;
Expand Down

0 comments on commit 6f77991

Please sign in to comment.