Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88293
b: refs/heads/master
c: 9a3c243
h: refs/heads/master
i:
  88291: b64b42c
v: v3
  • Loading branch information
Laurent Pinchart authored and Jeff Garzik committed Apr 12, 2008
1 parent c8f39c0 commit 244e472
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: c63eddb200690023e7c67f4dd9f132ad91660517
refs/heads/master: 9a3c243d7d87f401682247dbeff94067d814c192
3 changes: 2 additions & 1 deletion trunk/drivers/net/fs_enet/fs_enet-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,8 @@ static int fs_enet_close(struct net_device *dev)

netif_stop_queue(dev);
netif_carrier_off(dev);
napi_disable(&fep->napi);
if (fep->fpi->use_napi)
napi_disable(&fep->napi);
phy_stop(fep->phydev);

spin_lock_irqsave(&fep->lock, flags);
Expand Down

0 comments on commit 244e472

Please sign in to comment.