Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101566
b: refs/heads/master
c: 3968ce8
h: refs/heads/master
v: v3
  • Loading branch information
Christof Schmitt authored and James Bottomley committed Jul 12, 2008
1 parent 3a48de3 commit eb0c3af
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c57a39a45a76bc8ecdd2c8a9bc7cf7be3ed73fe1
refs/heads/master: 3968ce800f45d8795ceb6f186c1efe420c98e1b0
2 changes: 1 addition & 1 deletion trunk/drivers/s390/scsi/zfcp_fc.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ static void zfcp_fc_adisc_handler(unsigned long data)
struct zfcp_port *port = adisc->els.port;
struct zfcp_ls_adisc_acc *ls_adisc = &adisc->ls_adisc_acc;

if (!adisc->els.status) {
if (adisc->els.status) {
/* request rejected or timed out */
zfcp_erp_port_forced_reopen(port, 0, 63, NULL);
goto out;
Expand Down

0 comments on commit eb0c3af

Please sign in to comment.