Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68853
b: refs/heads/master
c: cc16ceb
h: refs/heads/master
i:
  68851: 2fe787e
v: v3
  • Loading branch information
Heiko Carstens authored and James Bottomley committed Oct 12, 2007
1 parent ec9b27c commit 25c1081
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2282f658914e316ca32fd120fded130d1c0e26e4
refs/heads/master: cc16cebad086090891a3f39957ec771a2292359b
4 changes: 2 additions & 2 deletions trunk/drivers/s390/scsi/zfcp_erp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1687,8 +1687,8 @@ zfcp_erp_strategy_followup_actions(int action,
break;

case ZFCP_ERP_ACTION_REOPEN_UNIT:
if (status == ZFCP_ERP_SUCCEEDED) ; /* no further action */
else
/* Nothing to do if status == ZFCP_ERP_SUCCEEDED */
if (status != ZFCP_ERP_SUCCEEDED)
zfcp_erp_port_reopen_internal(unit->port, 0);
break;
}
Expand Down

0 comments on commit 25c1081

Please sign in to comment.