diff options
author | Axel Lin <axel.lin@ingics.com> | 2014-09-11 18:22:48 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-09-12 14:53:09 +0100 |
commit | 1ed3f8ce8399255c7cca43dde5d3a19b2b7dc287 (patch) | |
tree | a570cb6242abc1969934772843c5e727aefbf678 /drivers/regulator/lp8788-buck.c | |
parent | 1f0c01621aa1beb0f6bc205beeada2a4a3178d5a (diff) |
regulator: rk808: Fix missing of_node_put
1. Pass &pdev->dev rather than &client->dev to of_regulator_match, the *dev
argument is used for devres to ensure devm_of_regulator_put_matches() will
be called when unload the module.
2. of_get_child_by_name() returns a node pointer with refcount incremented.
Thus add missing of_node_put(reg_np).
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/lp8788-buck.c')
0 files changed, 0 insertions, 0 deletions