Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282190
b: refs/heads/master
c: 47aed92
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Dec 15, 2011
1 parent ec5b2bd commit 773d0c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 08bf1c0ae97f4e322471ec2111fd5d57d3d696e0
refs/heads/master: 47aed92c7740c33f3acbd9dbdefb5ec6f9effdc0
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/da9052-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ static int __devinit da9052_regulator_probe(struct platform_device *pdev)
regulator->rdev = regulator_register(&regulator->info->reg_desc,
&pdev->dev,
pdata->regulators[pdev->id],
regulator);
regulator, NULL);
if (IS_ERR(regulator->rdev)) {
dev_err(&pdev->dev, "failed to register regulator %s\n",
regulator->info->reg_desc.name);
Expand Down

0 comments on commit 773d0c4

Please sign in to comment.