Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86959
b: refs/heads/master
c: 3e8ce32
h: refs/heads/master
i:
  86957: 85132c4
  86955: c4b0122
  86951: d9ebb39
  86943: 9fa4ae7
v: v3
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Mar 3, 2008
1 parent 106dbfa commit 7c34c0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c7f1f299b7f21f1f5fd4fa3da6b626406109f30
refs/heads/master: 3e8ce320cfc6cc10a7b99d8d6508d00bde20fdb7
5 changes: 5 additions & 0 deletions trunk/drivers/scsi/qla2xxx/qla_isr.c
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,11 @@ qla2x00_status_entry(scsi_qla_host_t *ha, void *pkt)
}
}

/* Check for overrun. */
if (IS_FWI2_CAPABLE(ha) && comp_status == CS_COMPLETE &&
scsi_status & SS_RESIDUAL_OVER)
comp_status = CS_DATA_OVERRUN;

/*
* Based on Host and scsi status generate status code for Linux
*/
Expand Down

0 comments on commit 7c34c0c

Please sign in to comment.