Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148090
b: refs/heads/master
c: 4a2837d
h: refs/heads/master
v: v3
  • Loading branch information
Brian King authored and James Bottomley committed Jun 8, 2009
1 parent d93ce00 commit 69f01c7
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: 601e7638254c118fca135af9b1a9f35061420f62
refs/heads/master: 4a2837d4fcaf8a2c2ad61523287073d0c14b9ed0
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/ibmvscsi/ibmvfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ static int ibmvfc_get_err_result(struct ibmvfc_cmd *vfc_cmd)
int fc_rsp_len = rsp->fcp_rsp_len;

if ((rsp->flags & FCP_RSP_LEN_VALID) &&
((!fc_rsp_len && fc_rsp_len != 4 && fc_rsp_len != 8) ||
((fc_rsp_len && fc_rsp_len != 4 && fc_rsp_len != 8) ||
rsp->data.info.rsp_code))
return DID_ERROR << 16;

Expand Down

0 comments on commit 69f01c7

Please sign in to comment.