diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-02-17 04:03:31 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-17 20:59:59 -0500 |
commit | 2da8215ce2ca123d9d6a33e4fda3cd154192acc8 (patch) | |
tree | f1e9b3fbf8709ab5ba18d0bebb94b0d47e69ba94 | |
parent | 25cc275a8b5f298b28775682163a11a656d1a7eb (diff) |
regulator: da9063: Add missing of_node_put
Add of_node_put to decrement the ref count.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r-- | drivers/regulator/da9063-regulator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/da9063-regulator.c b/drivers/regulator/da9063-regulator.c index cee856c43d88..f5d1ca9ab7dd 100644 --- a/drivers/regulator/da9063-regulator.c +++ b/drivers/regulator/da9063-regulator.c | |||
@@ -672,6 +672,7 @@ static struct da9063_regulators_pdata *da9063_parse_regulators_dt( | |||
672 | 672 | ||
673 | num = of_regulator_match(&pdev->dev, node, da9063_matches, | 673 | num = of_regulator_match(&pdev->dev, node, da9063_matches, |
674 | ARRAY_SIZE(da9063_matches)); | 674 | ARRAY_SIZE(da9063_matches)); |
675 | of_node_put(node); | ||
675 | if (num < 0) { | 676 | if (num < 0) { |
676 | dev_err(&pdev->dev, "Failed to match regulators\n"); | 677 | dev_err(&pdev->dev, "Failed to match regulators\n"); |
677 | return ERR_PTR(-EINVAL); | 678 | return ERR_PTR(-EINVAL); |