Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204209
b: refs/heads/master
c: 8a4adf1
h: refs/heads/master
i:
  204207: 7c40795
v: v3
  • Loading branch information
Jing Huang authored and James Bottomley committed Jul 27, 2010
1 parent 1a7f727 commit 4689d93
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: ba8345821ac34d1630e99db7d4835db8ab20f50b
refs/heads/master: 8a4adf1c906ee07a01cb47297130a71489f2e4f0
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/bfa/bfa_port.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ bfa_port_hbfail(void *arg)
*/
if (port->stats_busy) {
if (port->stats_cbfn)
port->stats_cbfn(port->dev, BFA_STATUS_FAILED);
port->stats_cbfn(port->stats_cbarg, BFA_STATUS_FAILED);
port->stats_cbfn = NULL;
port->stats_busy = BFA_FALSE;
}
Expand All @@ -417,7 +417,7 @@ bfa_port_hbfail(void *arg)
*/
if (port->endis_pending) {
if (port->endis_cbfn)
port->endis_cbfn(port->dev, BFA_STATUS_FAILED);
port->endis_cbfn(port->endis_cbarg, BFA_STATUS_FAILED);
port->endis_cbfn = NULL;
port->endis_pending = BFA_FALSE;
}
Expand Down

0 comments on commit 4689d93

Please sign in to comment.