Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150083
b: refs/heads/master
c: eb457f3
h: refs/heads/master
i:
  150081: a3a6e2a
  150079: 38657c1
v: v3
  • Loading branch information
Jiri Pirko authored and David S. Miller committed May 3, 2009
1 parent 8722e12 commit 2491200
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: 698960a081bfcc3e2e0f556342d86405346d2edc
refs/heads/master: eb457f36929da6d78c1f03cbb9038ef62646d79d
2 changes: 1 addition & 1 deletion trunk/drivers/net/ne2k-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ static int __devinit ne2k_pci_init_one (struct pci_dev *pdev,
dev->ethtool_ops = &ne2k_pci_ethtool_ops;
NS8390_init(dev, 0);

memcpy(dev->dev_addr, SA_prom, 6);
memcpy(dev->dev_addr, SA_prom, dev->addr_len);
memcpy(dev->perm_addr, dev->dev_addr, dev->addr_len);

i = register_netdev(dev);
Expand Down

0 comments on commit 2491200

Please sign in to comment.