Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150769
b: refs/heads/master
c: 0c27922
h: refs/heads/master
i:
  150767: a493e6e
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Jun 9, 2009
1 parent e358b9d commit 676a698
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ebc8d2ab61dde6cf775ae7bb1ed9e38dfe12ca65
refs/heads/master: 0c27922e4933ceb86644f4a9b1af212ffe5aad75
4 changes: 2 additions & 2 deletions trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -3655,8 +3655,8 @@ static int dev_addr_init(struct net_device *dev)
/* rtnl_mutex must be held here */

INIT_LIST_HEAD(&dev->dev_addr_list);
memset(addr, 0, sizeof(*addr));
err = __hw_addr_add(&dev->dev_addr_list, NULL, addr, sizeof(*addr),
memset(addr, 0, sizeof(addr));
err = __hw_addr_add(&dev->dev_addr_list, NULL, addr, sizeof(addr),
NETDEV_HW_ADDR_T_LAN);
if (!err) {
/*
Expand Down

0 comments on commit 676a698

Please sign in to comment.