Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97366
b: refs/heads/master
c: 4ecc8c0
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Jeff Garzik committed May 22, 2008
1 parent ee3dff9 commit 96f9498
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 0b5923cd477674755dde670ba804649523f27c97
refs/heads/master: 4ecc8c066f3cecb55807644a01435084d8ed638a
2 changes: 1 addition & 1 deletion trunk/drivers/net/fs_enet/fs_enet-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ static struct net_device *fs_init_instance(struct device *dev,
if (registered)
unregister_netdev(ndev);

if (fep != NULL) {
if (fep && fep->ops) {
(*fep->ops->free_bd)(ndev);
(*fep->ops->cleanup_data)(ndev);
}
Expand Down

0 comments on commit 96f9498

Please sign in to comment.