summaryrefslogtreecommitdiff
path: root/drivers/regulator
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2014-11-05 14:59:24 +0000
committerMark Brown <broonie@kernel.org>2014-11-05 14:59:24 +0000
commitdf3307126bd3a0935fd659966f64d2db8f5cdf32 (patch)
treecab8ce339388c26b8a3c6150e2bb80e8977b0aa2 /drivers/regulator
parent0df1f2487d2f0d04703f142813d53615d62a1da4 (diff)
parent7de79a1d4992921c85b10077520385acc5b9a6e0 (diff)
Merge remote-tracking branch 'regulator/fix/core' into regulator-linus
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/of_regulator.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/regulator/of_regulator.c b/drivers/regulator/of_regulator.c
index 7a51814abdc5..5a1d4afa4776 100644
--- a/drivers/regulator/of_regulator.c
+++ b/drivers/regulator/of_regulator.c
@@ -211,7 +211,8 @@ struct regulator_init_data *regulator_of_get_init_data(struct device *dev,
search = dev->of_node;
if (!search) {
- dev_err(dev, "Failed to find regulator container node\n");
+ dev_dbg(dev, "Failed to find regulator container node '%s'\n",
+ desc->regulators_node);
return NULL;
}