Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213352
b: refs/heads/master
c: c9ff5d0
h: refs/heads/master
v: v3
  • Loading branch information
Christof Schmitt authored and James Bottomley committed Sep 17, 2010
1 parent 19834e2 commit b331222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 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: a1ca48319a9aa1c5b57ce142f538e76050bb8972
refs/heads/master: c9ff5d0315231b133a43e5af842bc01fb474f0d7
9 changes: 1 addition & 8 deletions trunk/drivers/s390/scsi/zfcp_ccw.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,7 @@ static int zfcp_ccw_set_online(struct ccw_device *cdev)
BUG_ON(!zfcp_reqlist_isempty(adapter->req_list));
adapter->req_no = 0;

zfcp_erp_modify_adapter_status(adapter, "ccsonl1", NULL,
ZFCP_STATUS_COMMON_RUNNING, ZFCP_SET);
zfcp_erp_adapter_reopen(adapter, ZFCP_STATUS_COMMON_ERP_FAILED,
"ccsonl2", NULL);
zfcp_erp_wait(adapter);

flush_work(&adapter->scan_work);

zfcp_ccw_activate(cdev);
zfcp_ccw_adapter_put(adapter);
return 0;
}
Expand Down

0 comments on commit b331222

Please sign in to comment.