Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34988
b: refs/heads/master
c: 5b7304f
h: refs/heads/master
v: v3
  • Loading branch information
Brian King authored and James Bottomley committed Aug 6, 2006
1 parent a785a35 commit f8c0558
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 896bbd21408ddbfb9a57819404dbb04f4f0afb35
refs/heads/master: 5b7304fbfb74bfca6f7d5a88b28197e3f7f2743b
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/ipr.c
Original file line number Diff line number Diff line change
Expand Up @@ -4218,7 +4218,8 @@ static void ipr_erp_start(struct ipr_ioa_cfg *ioa_cfg,
case IPR_IOASC_NR_INIT_CMD_REQUIRED:
break;
default:
scsi_cmd->result |= (DID_ERROR << 16);
if (IPR_IOASC_SENSE_KEY(ioasc) > RECOVERED_ERROR)
scsi_cmd->result |= (DID_ERROR << 16);
if (!ipr_is_vset_device(res) && !ipr_is_naca_model(res))
res->needs_sync_complete = 1;
break;
Expand Down

0 comments on commit f8c0558

Please sign in to comment.