Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261681
b: refs/heads/master
c: e466e1c
h: refs/heads/master
i:
  261679: ee42e2d
v: v3
  • Loading branch information
Kashyap, Desai authored and James Bottomley committed Jul 27, 2011
1 parent f205a9b commit 7deb0d2
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: 92fd65c095f0dedd3c874904fb63ddc8fb7836fd
refs/heads/master: e466e1c6e14e211e0ece86bdb0810b1b9c1a59a8
2 changes: 1 addition & 1 deletion trunk/drivers/message/fusion/mptscsih.c
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ mptscsih_io_done(MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf, MPT_FRAME_HDR *mr)
* DID_SOFT_ERROR is set.
*/
if (ioc->bus_type == SPI) {
if (pScsiReq->CDB[0] == READ_6 ||
if ((pScsiReq->CDB[0] == READ_6 && ((pScsiReq->CDB[1] & 0x02) == 0)) ||
pScsiReq->CDB[0] == READ_10 ||
pScsiReq->CDB[0] == READ_12 ||
pScsiReq->CDB[0] == READ_16 ||
Expand Down

0 comments on commit 7deb0d2

Please sign in to comment.