Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282173
b: refs/heads/master
c: 4b864af
h: refs/heads/master
i:
  282171: 5b6c1ce
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Nov 27, 2011
1 parent 84d7367 commit 7e0738d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e69af5e9677b1e5bf2a2432747ecd714aa537f2a
refs/heads/master: 4b864af1a370103148e34044670cd9913de5c1be
3 changes: 3 additions & 0 deletions trunk/drivers/regulator/fixed.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ struct fixed_voltage_config *of_get_fixed_voltage_config(struct device *dev)
return NULL;

config->init_data = of_get_regulator_init_data(dev);
if (!config->init_data)
return NULL;

init_data = config->init_data;

config->supply_name = init_data->constraints.name;
Expand Down

0 comments on commit 7e0738d

Please sign in to comment.