Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77143
b: refs/heads/master
c: 50db6b1
h: refs/heads/master
i:
  77141: 862702f
  77139: 7ceebe2
  77135: d0514f9
v: v3
  • Loading branch information
Seokmann Ju authored and James Bottomley committed Jan 23, 2008
1 parent 298376f commit ef2d5fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0b05a1f0d68bf4714c37aa7843c31df1866b017a
refs/heads/master: 50db6b134c31351a03cec9d2a7f9e61f63a5ce9f
2 changes: 2 additions & 0 deletions trunk/drivers/scsi/qla2xxx/qla_mid.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ qla24xx_vport_create_req_sanity_check(struct fc_vport *fc_vport)

/* Check up unique WWPN */
u64_to_wwn(fc_vport->port_name, port_name);
if (!memcmp(port_name, ha->port_name, WWN_SIZE))
return VPCERR_BAD_WWN;
vha = qla24xx_find_vhost_by_name(ha, port_name);
if (vha)
return VPCERR_BAD_WWN;
Expand Down

0 comments on commit ef2d5fd

Please sign in to comment.