Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107987
b: refs/heads/master
c: d91d4bb
h: refs/heads/master
i:
  107985: 23ae6a7
  107983: 8a76ca1
v: v3
  • Loading branch information
Thomas Bogendoerfer authored and Jeff Garzik committed Aug 7, 2008
1 parent 917fb86 commit 91d9ca5
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: 0b1ab1b8a4f663a34c23f31d796fd08283b6077a
refs/heads/master: d91d4bb9db4a7b2a78accff3560bfd42988c56e4
2 changes: 1 addition & 1 deletion trunk/drivers/net/meth.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static inline void load_eaddr(struct net_device *dev)
DPRINTK("Loading MAC Address: %s\n", print_mac(mac, dev->dev_addr));
macaddr = 0;
for (i = 0; i < 6; i++)
macaddr |= dev->dev_addr[i] << ((5 - i) * 8);
macaddr |= (u64)dev->dev_addr[i] << ((5 - i) * 8);

mace->eth.mac_addr = macaddr;
}
Expand Down

0 comments on commit 91d9ca5

Please sign in to comment.