Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3585
b: refs/heads/master
c: f92d872
h: refs/heads/master
i:
  3583: 4d0a067
v: v3
  • Loading branch information
Malli Chilakala authored and Jeff Garzik committed Jun 27, 2005
1 parent f15ab48 commit eb1ddcf
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: 648951451e6d2d532d4ace2f8e9c5cdf1d563e83
refs/heads/master: f92d872876617cddbb0532291034f88941e855fd
4 changes: 2 additions & 2 deletions trunk/drivers/net/e100.c
Original file line number Diff line number Diff line change
Expand Up @@ -2340,11 +2340,11 @@ static int __devinit e100_probe(struct pci_dev *pdev,
goto err_out_iounmap;
}

e100_phy_init(nic);

if((err = e100_eeprom_load(nic)))
goto err_out_free;

e100_phy_init(nic);

memcpy(netdev->dev_addr, nic->eeprom, ETH_ALEN);
if(!is_valid_ether_addr(netdev->dev_addr)) {
DPRINTK(PROBE, ERR, "Invalid MAC address from "
Expand Down

0 comments on commit eb1ddcf

Please sign in to comment.