Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155875
b: refs/heads/master
c: 78a9c9c
h: refs/heads/master
i:
  155873: 12f3523
  155871: 3193a96
v: v3
  • Loading branch information
Uwe Kleine-König authored and David S. Miller committed Jul 22, 2009
1 parent 1adbf54 commit 35a0398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 7b55a4a3f761db7daba1ac526ef60f64f5c53689
refs/heads/master: 78a9c9c97455d0f8d2d2098b2252eb4bf65be799
3 changes: 1 addition & 2 deletions trunk/drivers/net/arm/at91_ether.c
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,6 @@ static int at91ether_resume(struct platform_device *pdev)
#endif

static struct platform_driver at91ether_driver = {
.probe = at91ether_probe,
.remove = __devexit_p(at91ether_remove),
.suspend = at91ether_suspend,
.resume = at91ether_resume,
Expand All @@ -1240,7 +1239,7 @@ static struct platform_driver at91ether_driver = {

static int __init at91ether_init(void)
{
return platform_driver_register(&at91ether_driver);
return platform_driver_probe(&at91ether_driver, at91ether_probe);
}

static void __exit at91ether_exit(void)
Expand Down

0 comments on commit 35a0398

Please sign in to comment.