Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308717
b: refs/heads/master
c: 9fc63f6
h: refs/heads/master
i:
  308715: 08ee934
v: v3
  • Loading branch information
Lee Jones authored and Samuel Ortiz committed May 9, 2012
1 parent 394fad9 commit 5815108
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 9e69ab4116668be1e327d164d6a27c8605b0aabb
refs/heads/master: 9fc63f670f53cf9dcdca5e523289dda35da47e63
5 changes: 3 additions & 2 deletions trunk/drivers/mfd/db8500-prcmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2958,7 +2958,7 @@ static struct mfd_cell db8500_prcmu_devs[] = {
* prcmu_fw_init - arch init call for the Linux PRCMU fw init logic
*
*/
static int __init db8500_prcmu_probe(struct platform_device *pdev)
static int __devinit db8500_prcmu_probe(struct platform_device *pdev)
{
int err = 0;

Expand Down Expand Up @@ -2999,11 +2999,12 @@ static struct platform_driver db8500_prcmu_driver = {
.name = "db8500-prcmu",
.owner = THIS_MODULE,
},
.probe = db8500_prcmu_probe,
};

static int __init db8500_prcmu_init(void)
{
return platform_driver_probe(&db8500_prcmu_driver, db8500_prcmu_probe);
return platform_driver_register(&db8500_prcmu_driver);
}

arch_initcall(db8500_prcmu_init);
Expand Down

0 comments on commit 5815108

Please sign in to comment.