Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74734
b: refs/heads/master
c: d09e18b
h: refs/heads/master
v: v3
  • Loading branch information
Valentine Barshak authored and Jeff Garzik committed Dec 7, 2007
1 parent 17fa421 commit cce53fc
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: 63b6cad795e0a34e8670291943df8a6f653c1931
refs/heads/master: d09e18bc194c3fa8ae880df4567c719c36a73e9e
3 changes: 2 additions & 1 deletion trunk/drivers/net/ibm_newemac/tah.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,14 @@ static int __devinit tah_probe(struct of_device *ofdev,
goto err_free;
}

dev_set_drvdata(&ofdev->dev, dev);

/* Initialize TAH and enable IPv4 checksum verification, no TSO yet */
tah_reset(ofdev);

printk(KERN_INFO
"TAH %s initialized\n", ofdev->node->full_name);
wmb();
dev_set_drvdata(&ofdev->dev, dev);

return 0;

Expand Down

0 comments on commit cce53fc

Please sign in to comment.