Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204083
b: refs/heads/master
c: 3f3b6f9
h: refs/heads/master
i:
  204081: eec9db0
  204079: 6e187ca
v: v3
  • Loading branch information
Lalit Chandivade authored and James Bottomley committed Jul 27, 2010
1 parent 7c3e554 commit 638cf90
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: 9c2b297572bf3cc36d26520cd8f7e7ef4cb857f8
refs/heads/master: 3f3b6f98cb33043cba04f45a2f2c43b8303c120c
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/qla2xxx/qla_mid.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ qla24xx_enable_vp(scsi_qla_host_t *vha)

/* Check if physical ha port is Up */
if (atomic_read(&base_vha->loop_state) == LOOP_DOWN ||
atomic_read(&base_vha->loop_state) == LOOP_DEAD) {
atomic_read(&base_vha->loop_state) == LOOP_DEAD ||
!(ha->current_topology & ISP_CFG_F)) {
vha->vp_err_state = VP_ERR_PORTDWN;
fc_vport_set_state(vha->fc_vport, FC_VPORT_LINKDOWN);
goto enable_failed;
Expand Down

0 comments on commit 638cf90

Please sign in to comment.