Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149455
b: refs/heads/master
c: 7ceeb6a
h: refs/heads/master
i:
  149453: 8c58326
  149451: 049a6a5
  149447: a4b1783
  149439: 39bb2e8
v: v3
  • Loading branch information
Uwe Kleine-König authored and Pierre Ossman committed Jun 13, 2009
1 parent f37588f commit 3018938
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: 5cf20aa557e8f9dd5af302b8f33972082479753a
refs/heads/master: 7ceeb6a40a4dcc9b9cded6127ad5cdddb79b40ad
3 changes: 1 addition & 2 deletions trunk/drivers/mmc/host/omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,6 @@ static int mmc_omap_resume(struct platform_device *pdev)
#endif

static struct platform_driver mmc_omap_driver = {
.probe = mmc_omap_probe,
.remove = mmc_omap_remove,
.suspend = mmc_omap_suspend,
.resume = mmc_omap_resume,
Expand All @@ -1605,7 +1604,7 @@ static struct platform_driver mmc_omap_driver = {

static int __init mmc_omap_init(void)
{
return platform_driver_register(&mmc_omap_driver);
return platform_driver_probe(&mmc_omap_driver, mmc_omap_probe);
}

static void __exit mmc_omap_exit(void)
Expand Down

0 comments on commit 3018938

Please sign in to comment.