Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109261
b: refs/heads/master
c: 50f684b
h: refs/heads/master
i:
  109259: babf832
v: v3
  • Loading branch information
Ilpo Järvinen authored and Jeff Garzik committed Aug 27, 2008
1 parent 7f43bc4 commit fa7689f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 17fc7004a3f552b52274b6b2fbbebd7ff76dc1d5
refs/heads/master: 50f684b900de431729d6f77e69c941560936f275
3 changes: 2 additions & 1 deletion trunk/drivers/net/atl1e/atl1e_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2232,10 +2232,11 @@ static int atl1e_resume(struct pci_dev *pdev)

AT_WRITE_REG(&adapter->hw, REG_WOL_CTRL, 0);

if (netif_running(netdev))
if (netif_running(netdev)) {
err = atl1e_request_irq(adapter);
if (err)
return err;
}

atl1e_reset_hw(&adapter->hw);

Expand Down

0 comments on commit fa7689f

Please sign in to comment.