Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340649
b: refs/heads/master
c: f7c3f96
h: refs/heads/master
i:
  340647: 10bc007
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Nov 3, 2012
1 parent 5d9fcca commit 4f6721e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bb263e18f481199a04f7aab9454c18cd3dbdb218
refs/heads/master: f7c3f96a41f16865e6422bfb919312a716b16552
6 changes: 2 additions & 4 deletions trunk/drivers/net/ethernet/ibm/emac/mal.c
Original file line number Diff line number Diff line change
Expand Up @@ -738,13 +738,11 @@ static int __devexit mal_remove(struct platform_device *ofdev)
/* Synchronize with scheduled polling */
napi_disable(&mal->napi);

if (!list_empty(&mal->list)) {
if (!list_empty(&mal->list))
/* This is *very* bad */
printk(KERN_EMERG
WARN(1, KERN_EMERG
"mal%d: commac list is not empty on remove!\n",
mal->index);
WARN_ON(1);
}

dev_set_drvdata(&ofdev->dev, NULL);

Expand Down

0 comments on commit 4f6721e

Please sign in to comment.