Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161109
b: refs/heads/master
c: b06fc73
h: refs/heads/master
i:
  161107: f0a4cf1
v: v3
  • Loading branch information
Mike Christie authored and James Bottomley committed Sep 5, 2009
1 parent 022c2f4 commit 6ab0cd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 8afa1439fcff58da8f28c1d083046f229f6ab3de
refs/heads/master: b06fc73a9ebd352065dd4dd3139fb53ed72ac970
8 changes: 4 additions & 4 deletions trunk/drivers/scsi/qla4xxx/ql4_isr.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,11 @@ static void qla4xxx_status_entry(struct scsi_qla_host *ha,
case SCS_DATA_UNDERRUN:
case SCS_DATA_OVERRUN:
if ((sts_entry->iscsiFlags & ISCSI_FLAG_RESIDUAL_OVER) ||
(sts_entry->completionStatus == SCS_DATA_OVERRUN)) {
DEBUG2(printk("scsi%ld:%d:%d:%d: %s: " "Data overrun, "
"residual = 0x%x\n", ha->host_no,
(sts_entry->completionStatus == SCS_DATA_OVERRUN)) {
DEBUG2(printk("scsi%ld:%d:%d:%d: %s: " "Data overrun\n",
ha->host_no,
cmd->device->channel, cmd->device->id,
cmd->device->lun, __func__, residual));
cmd->device->lun, __func__));

cmd->result = DID_ERROR << 16;
break;
Expand Down

0 comments on commit 6ab0cd2

Please sign in to comment.