Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178813
b: refs/heads/master
c: a70757b
h: refs/heads/master
i:
  178811: 47f1eee
v: v3
  • Loading branch information
Anil Ravindranath authored and James Bottomley committed Dec 30, 2009
1 parent eb086b7 commit 4fb5335
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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: 3b9c212a5cbb1e13ced92639ce83f7a48b8b2331
refs/heads/master: a70757ba9a3719f99760713c3b72134b21016c6e
8 changes: 3 additions & 5 deletions trunk/drivers/scsi/pmcraid.c
Original file line number Diff line number Diff line change
Expand Up @@ -2483,14 +2483,12 @@ static int pmcraid_error_handler(struct pmcraid_cmd *cmd)
sense_copied = 1;
}

if (RES_IS_GSCSI(res->cfg_entry)) {
if (RES_IS_GSCSI(res->cfg_entry))
pmcraid_cancel_all(cmd, sense_copied);
} else if (sense_copied) {
else if (sense_copied)
pmcraid_erp_done(cmd);
return 0;
} else {
else
pmcraid_request_sense(cmd);
}

return 1;

Expand Down

0 comments on commit 4fb5335

Please sign in to comment.