Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286334
b: refs/heads/master
c: 6bc6204
h: refs/heads/master
v: v3
  • Loading branch information
Krishna Gudipati authored and James Bottomley committed Jan 10, 2012
1 parent 11e9132 commit bf96436
Show file tree
Hide file tree
Showing 2 changed files with 5 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: f1633011e4fcb65bf65aebeaf4024efdc4c49d6e
refs/heads/master: 6bc6204e3b7f4ac235e98e362714213369d6a012
6 changes: 4 additions & 2 deletions trunk/drivers/scsi/bfa/bfa_fcpim.c
Original file line number Diff line number Diff line change
Expand Up @@ -2647,7 +2647,8 @@ bfa_fcpim_lunmask_add(struct bfa_s *bfa, u16 vf_id, wwn_t *pwwn,
if (port) {
*pwwn = port->port_cfg.pwwn;
rp_fcs = bfa_fcs_lport_get_rport_by_pwwn(port, rpwwn);
rp = rp_fcs->bfa_rport;
if (rp_fcs)
rp = rp_fcs->bfa_rport;
}

lunm_list = bfa_get_lun_mask_list(bfa);
Expand Down Expand Up @@ -2715,7 +2716,8 @@ bfa_fcpim_lunmask_delete(struct bfa_s *bfa, u16 vf_id, wwn_t *pwwn,
if (port) {
*pwwn = port->port_cfg.pwwn;
rp_fcs = bfa_fcs_lport_get_rport_by_pwwn(port, rpwwn);
rp = rp_fcs->bfa_rport;
if (rp_fcs)
rp = rp_fcs->bfa_rport;
}
}

Expand Down

0 comments on commit bf96436

Please sign in to comment.