Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177731
b: refs/heads/master
c: 735eb93
h: refs/heads/master
i:
  177729: f046d08
  177727: ab98d08
v: v3
  • Loading branch information
Alberto Panizzo authored and Liam Girdwood committed Dec 17, 2009
1 parent 4deecc9 commit ffd8049
Show file tree
Hide file tree
Showing 2 changed files with 3 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: eb143ac1b9f56ca9c6dc782d795acda1f60c5fd2
refs/heads/master: 735eb93ae267f0b5638045b86dbc1e0b7019e3e8
4 changes: 2 additions & 2 deletions trunk/drivers/regulator/mc13783-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,12 @@ static struct platform_driver mc13783_regulator_driver = {
.owner = THIS_MODULE,
},
.remove = __devexit_p(mc13783_regulator_remove),
.probe = mc13783_regulator_probe,
};

static int __init mc13783_regulator_init(void)
{
return platform_driver_probe(&mc13783_regulator_driver,
mc13783_regulator_probe);
return platform_driver_register(&mc13783_regulator_driver);
}
subsys_initcall(mc13783_regulator_init);

Expand Down

0 comments on commit ffd8049

Please sign in to comment.