Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150724
b: refs/heads/master
c: df911e2
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and David S. Miller committed Jun 8, 2009
1 parent d252279 commit 597e219
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: 1993f46739a9600ecdbbaa1ce56d25f6fdc44472
refs/heads/master: df911e2dc4c59e259b65c502fe0679ade309b575
2 changes: 1 addition & 1 deletion trunk/drivers/net/smsc911x.c
Original file line number Diff line number Diff line change
Expand Up @@ -2155,7 +2155,7 @@ static int smsc911x_resume(struct platform_device *pdev)

static struct platform_driver smsc911x_driver = {
.probe = smsc911x_drv_probe,
.remove = smsc911x_drv_remove,
.remove = __devexit_p(smsc911x_drv_remove),
.driver = {
.name = SMSC_CHIPNAME,
},
Expand Down

0 comments on commit 597e219

Please sign in to comment.