Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204155
b: refs/heads/master
c: 4d06956
h: refs/heads/master
i:
  204153: f04b2e7
  204151: c39200a
v: v3
  • Loading branch information
Kashyap, Desai authored and James Bottomley committed Jul 27, 2010
1 parent 947aefb commit 9c7582c
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 8ce13de2ad0df5239340e885e5513d9ad98439e0
refs/heads/master: 4d0695664ed8e168f97cce86289d0c5fab35b067
4 changes: 3 additions & 1 deletion trunk/drivers/message/fusion/mptscsih.c
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,9 @@ mptscsih_io_done(MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf, MPT_FRAME_HDR *mr)
if (ioc_status & MPI_IOCSTATUS_FLAG_LOG_INFO_AVAILABLE) {
if ((log_info & SAS_LOGINFO_MASK)
== SAS_LOGINFO_NEXUS_LOSS) {
sc->result = (DID_BUS_BUSY << 16);
sc->result =
(DID_TRANSPORT_DISRUPTED
<< 16);
break;
}
}
Expand Down

0 comments on commit 9c7582c

Please sign in to comment.