Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302256
b: refs/heads/master
c: 8e8a507
h: refs/heads/master
v: v3
  • Loading branch information
Ying-Chun Liu (PaulLiu) authored and Mark Brown committed May 7, 2012
1 parent a165357 commit 39a2c39
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: 9a50dba509251dfce7895a5990cb938f383a6273
refs/heads/master: 8e8a507c2427c960c5d1fe58a250635b35f3acdc
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/da9052-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ static int __devinit da9052_regulator_probe(struct platform_device *pdev)
if (!nproot)
return -ENODEV;

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

0 comments on commit 39a2c39

Please sign in to comment.