Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328818
b: refs/heads/master
c: df5d0e6
h: refs/heads/master
v: v3
  • Loading branch information
John Soni Jose authored and James Bottomley committed Sep 14, 2012
1 parent 94c959f commit 163bf30
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 99bc5d55c06cbf9ac2d8ab7fb8348c4abce5fbaf
refs/heads/master: df5d0e6ee9d68f874959fa028388efa26f495f63
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/be2iscsi/be_iscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ int beiscsi_get_macaddr(char *buf, struct beiscsi_hba *phba)
int rc;

if (strlen(phba->mac_address))
return strlcpy(buf, phba->mac_address, PAGE_SIZE);
return sysfs_format_mac(buf, phba->mac_address, ETH_ALEN);

memset(&resp, 0, sizeof(resp));
rc = mgmt_get_nic_conf(phba, &resp);
Expand Down

0 comments on commit 163bf30

Please sign in to comment.