Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368811
b: refs/heads/master
c: d8fe343
h: refs/heads/master
i:
  368809: b101893
  368807: 58552da
v: v3
  • Loading branch information
Rajesh Borundia authored and David S. Miller committed Apr 2, 2013
1 parent bf594d2 commit 185954a
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: 8466563e16d5198b6efeb3b51791b95b6aaacb6b
refs/heads/master: d8fe3436df256ce48d953dc342ac114e6e368476
2 changes: 2 additions & 0 deletions trunk/drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,8 @@ void qlcnic_set_multi(struct net_device *netdev)
netdev_for_each_mc_addr(ha, netdev) {
cur = kzalloc(sizeof(struct qlcnic_mac_list_s),
GFP_ATOMIC);
if (cur == NULL)
break;
memcpy(cur->mac_addr,
ha->addr, ETH_ALEN);
list_add_tail(&cur->list, &adapter->vf_mc_list);
Expand Down

0 comments on commit 185954a

Please sign in to comment.