Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299567
b: refs/heads/master
c: 716af4a
h: refs/heads/master
i:
  299565: 5b39d97
  299563: f3edcae
  299559: 86c6827
  299551: be89144
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Apr 19, 2012
1 parent 1021716 commit 26c83bf
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: 22b4a4f22da4b39c6f7f679fd35f3d35c91bf851
refs/heads/master: 716af4abd6e6370226f567af50bfaca274515980
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/micrel/ksz884x.c
Original file line number Diff line number Diff line change
Expand Up @@ -5675,7 +5675,7 @@ static int netdev_set_mac_address(struct net_device *dev, void *addr)
memcpy(hw->override_addr, mac->sa_data, ETH_ALEN);
}

memcpy(dev->dev_addr, mac->sa_data, MAX_ADDR_LEN);
memcpy(dev->dev_addr, mac->sa_data, ETH_ALEN);

interrupt = hw_block_intr(hw);

Expand Down

0 comments on commit 26c83bf

Please sign in to comment.