Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164704
b: refs/heads/master
c: f400cd8
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Linus Torvalds committed Sep 23, 2009
1 parent 4b8d660 commit b4e04bd
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: b5a74d6058e86546868242bb5283e16fb10fd90a
refs/heads/master: f400cd8c84ba51e0ef3d9b680fe9f45ab54c792c
3 changes: 1 addition & 2 deletions trunk/drivers/mmc/host/omap_hsmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,6 @@ static int omap_mmc_resume(struct platform_device *pdev)
#endif

static struct platform_driver omap_mmc_driver = {
.probe = omap_mmc_probe,
.remove = omap_mmc_remove,
.suspend = omap_mmc_suspend,
.resume = omap_mmc_resume,
Expand All @@ -1327,7 +1326,7 @@ static struct platform_driver omap_mmc_driver = {
static int __init omap_mmc_init(void)
{
/* Register the MMC driver */
return platform_driver_register(&omap_mmc_driver);
return platform_driver_probe(&omap_mmc_driver, omap_mmc_probe);
}

static void __exit omap_mmc_cleanup(void)
Expand Down

0 comments on commit b4e04bd

Please sign in to comment.