aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/regulator/da9063-regulator.c1
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);