Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302322
b: refs/heads/master
c: 92ab953
h: refs/heads/master
v: v3
  • Loading branch information
Laxman Dewangan authored and Mark Brown committed May 20, 2012
1 parent 1388451 commit c4bf34d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7e9a57e6267591ddfdd3beaf26f21b5257c5fff8
refs/heads/master: 92ab953bd6477b816e8ddd2cf9eaed063332013a
4 changes: 4 additions & 0 deletions trunk/drivers/regulator/tps65910-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -1090,6 +1090,10 @@ static struct tps65910_board *tps65910_parse_dt_reg_data(
}

regulators = of_find_node_by_name(np, "regulators");
if (!regulators) {
dev_err(&pdev->dev, "regulator node not found\n");
return NULL;
}

switch (tps65910_chip_id(tps65910)) {
case TPS65910:
Expand Down

0 comments on commit c4bf34d

Please sign in to comment.