Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71372
b: refs/heads/master
c: db0e8e3
h: refs/heads/master
v: v3
  • Loading branch information
Anton Vorontsov authored and Jeff Garzik committed Oct 18, 2007
1 parent 4c008a7 commit 7996bd5
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f860f49ee2e59d1a665416c9155cad7661ee0552
refs/heads/master: db0e8e3f71dbd9a67e44eaa01d10e468d11fa73e
4 changes: 3 additions & 1 deletion trunk/drivers/net/gianfar.c
Original file line number Diff line number Diff line change
Expand Up @@ -956,10 +956,12 @@ static int gfar_enet_open(struct net_device *dev)
}

err = startup_gfar(dev);
if (err)
if (err) {
#ifdef CONFIG_GFAR_NAPI
napi_disable(&priv->napi);
#endif
return err;
}

netif_start_queue(dev);

Expand Down

0 comments on commit 7996bd5

Please sign in to comment.