Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183448
b: refs/heads/master
c: 1b8e664
h: refs/heads/master
v: v3
  • Loading branch information
hartleys authored and David S. Miller committed Jan 7, 2010
1 parent 3a2046d commit be8aa69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 595acf270e098ee3af92890253c5db41bc85de88
refs/heads/master: 1b8e664d34f2f551fd6c2d40033d29c13551292c
5 changes: 1 addition & 4 deletions trunk/drivers/net/atl1e/atl1e_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2378,10 +2378,7 @@ static int __devinit atl1e_probe(struct pci_dev *pdev,

memcpy(netdev->dev_addr, adapter->hw.mac_addr, netdev->addr_len);
memcpy(netdev->perm_addr, adapter->hw.mac_addr, netdev->addr_len);
dev_dbg(&pdev->dev, "mac address : %02x-%02x-%02x-%02x-%02x-%02x\n",
adapter->hw.mac_addr[0], adapter->hw.mac_addr[1],
adapter->hw.mac_addr[2], adapter->hw.mac_addr[3],
adapter->hw.mac_addr[4], adapter->hw.mac_addr[5]);
dev_dbg(&pdev->dev, "mac address : %pM\n", adapter->hw.mac_addr);

INIT_WORK(&adapter->reset_task, atl1e_reset_task);
INIT_WORK(&adapter->link_chg_task, atl1e_link_chg_task);
Expand Down

0 comments on commit be8aa69

Please sign in to comment.