diff options
author | 2014-01-30 14:51:19 +0100 | |
---|---|---|
committer | 2014-01-31 16:52:03 +0000 | |
commit | 54820f5802295993b78a373e404e7561039b399d (patch) | |
tree | efeaf27e5e38b7da017f49d87e01012592d86fcd /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge remote-tracking branches 'regulator/topic/s2mps11', 'regulator/topic/s5m8767', 'regulator/topic/stw481x-vmmc', 'regulator/topic/tps51632', 'regulator/topic/tps62360', 'regulator/topic/tps65910', 'regulator/topic/twl' and 'regulator/topic/wm831x' into regulator-linus (diff) | |
download | linux-dev-54820f5802295993b78a373e404e7561039b399d.tar.xz linux-dev-54820f5802295993b78a373e404e7561039b399d.zip |
regulator: s2mps11: Fix NULL pointer of_node value when using platform data
When platform_data is used for regulator (of_node of sec-core MFD device
is NULL) the config.of_node for regulator is not initialized. This NULL
value of config.of_node is later stored during regulator_register().
Thus any call by regulator consumers to of_get_regulator() will fail on
of_parse_phandle() returning NULL.
In this case (using platform_data and parent's driver of_node is NULL)
set the config.of_node to reg_node from platform_data.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions