Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148012
b: refs/heads/master
c: d53b48d
h: refs/heads/master
v: v3
  • Loading branch information
Seokmann Ju authored and James Bottomley committed May 20, 2009
1 parent 4b51846 commit d4f85bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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: 45d7c46d54dae008f66db58e6bd31d9b31833043
refs/heads/master: d53b48d512ef477c939aba09c7e258b8dc331b6a
3 changes: 0 additions & 3 deletions trunk/drivers/scsi/qla2xxx/qla_mbx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1864,9 +1864,6 @@ qla2x00_full_login_lip(scsi_qla_host_t *vha)
mbx_cmd_t mc;
mbx_cmd_t *mcp = &mc;

if (IS_QLA81XX(vha->hw))
return QLA_SUCCESS;

DEBUG11(printk("qla2x00_full_login_lip(%ld): entered.\n",
vha->host_no));

Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,8 @@ qla2x00_loop_reset(scsi_qla_host_t *vha)
struct fc_port *fcport;
struct qla_hw_data *ha = vha->hw;

if (ha->flags.enable_lip_full_login && !vha->vp_idx) {
if (ha->flags.enable_lip_full_login && !vha->vp_idx &&
!IS_QLA81XX(ha)) {
ret = qla2x00_full_login_lip(vha);
if (ret != QLA_SUCCESS) {
DEBUG2_3(printk("%s(%ld): failed: "
Expand Down

0 comments on commit d4f85bf

Please sign in to comment.