diff options
author | Frank Li <[email protected]> | 2012-11-12 17:59:52 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2012-11-13 16:35:57 +0900 |
commit | f8a9f757cb425c4784b80b001c7a77c7810b499f (patch) | |
tree | 3be3134fc9e358b2c381498b5d9422b9b8717434 /fs/jbd2/commit.c | |
parent | dea05fe66edb4540a53ed6623794c4978315256a (diff) |
regulator: gpio-regulator: fix can't find regulator node in dt
Need initilize of_node in regulator config when register regulator,
otherwise regulator driver think it is no-dt device.
in regulator_dev_lookup
list_for_each_entry(r, ®ulator_list, list)
if (r->dev.parent &&
node == r->dev.of_node)
return r
r->dev.of_noe will be zero if miss config in cfg.
Signed-off-by: Frank Li <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions