Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312619
b: refs/heads/master
c: b86bbdd
h: refs/heads/master
i:
  312617: 2b9b5e4
  312615: bc24ae6
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Jul 9, 2012
1 parent 8da560b commit 20d7a4a
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: d1ef065d43476fd0e245cad2ef1d226e7cb6324b
refs/heads/master: b86bbddd6f40c1241aa6cad049a4cdf7d529f09e
3 changes: 1 addition & 2 deletions trunk/drivers/regulator/da9052-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,7 @@ static int __devinit da9052_regulator_probe(struct platform_device *pdev)
if (!nproot)
return -ENODEV;

for (np = of_get_next_child(nproot, NULL); np;
np = of_get_next_child(nproot, np)) {
for_each_child_of_node(nproot, np) {
if (!of_node_cmp(np->name,
regulator->info->reg_desc.name)) {
config.init_data = of_get_regulator_init_data(
Expand Down

0 comments on commit 20d7a4a

Please sign in to comment.