Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204307
b: refs/heads/master
c: 5767620
h: refs/heads/master
i:
  204305: 25a5520
  204303: 4b0e497
v: v3
  • Loading branch information
Christof Schmitt authored and James Bottomley committed Jul 28, 2010
1 parent 7150e05 commit 665b81c
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: 478a8a0543021172220feeb0b39bb1b3e43c988f
refs/heads/master: 5767620c383a226e39891e7e654a70ebb8e95e69
3 changes: 2 additions & 1 deletion trunk/drivers/s390/scsi/zfcp_erp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1197,10 +1197,11 @@ static void zfcp_erp_action_cleanup(struct zfcp_erp_action *act, int result)
put_device(&unit->dev);
break;

case ZFCP_ERP_ACTION_REOPEN_PORT_FORCED:
case ZFCP_ERP_ACTION_REOPEN_PORT:
if (result == ZFCP_ERP_SUCCEEDED)
zfcp_scsi_schedule_rport_register(port);
/* fall through */
case ZFCP_ERP_ACTION_REOPEN_PORT_FORCED:
put_device(&port->dev);
break;

Expand Down

0 comments on commit 665b81c

Please sign in to comment.