Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292015
b: refs/heads/master
c: b683d98
h: refs/heads/master
i:
  292013: 8bad67f
  292011: 4711c3a
  292007: e12dc08
  291999: 491d814
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Jan 20, 2012
1 parent 1b92692 commit 11d5323
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: a493077f1883a627d6ba2659b0a82888e58d31dd
refs/heads/master: b683d980d8cd91f95a00c9be95ea5116a7db7537
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/tps65217-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ static int __devinit tps65217_regulator_probe(struct platform_device *pdev)
tps->info[pdev->id] = info;

rdev = regulator_register(&regulators[pdev->id], &pdev->dev,
pdev->dev.platform_data, tps);
pdev->dev.platform_data, tps, NULL);
if (IS_ERR(rdev))
return PTR_ERR(rdev);

Expand Down

0 comments on commit 11d5323

Please sign in to comment.