Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86188
b: refs/heads/master
c: 65fecc7
h: refs/heads/master
v: v3
  • Loading branch information
David Somayajulu authored and James Bottomley committed Feb 22, 2008
1 parent 0635e88 commit 1db03d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: a8e14fec164cc01d8dfb18760ee9bddd91e127c2
refs/heads/master: 65fecc77f3c47c5e8758d133b8ec47dcc16ed207
3 changes: 1 addition & 2 deletions trunk/drivers/scsi/qla4xxx/ql4_isr.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ static void qla4xxx_status_entry(struct scsi_qla_host *ha,

if (sts_entry->iscsiFlags &ISCSI_FLAG_RESIDUAL_UNDER) {
scsi_set_resid(cmd, residual);
if (!scsi_status && ((scsi_bufflen(cmd) - residual) <
cmd->underflow)) {
if ((scsi_bufflen(cmd) - residual) < cmd->underflow) {

cmd->result = DID_ERROR << 16;

Expand Down

0 comments on commit 1db03d7

Please sign in to comment.