diff options
author | Mark Brown <broonie@kernel.org> | 2014-11-05 14:59:24 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-05 14:59:24 +0000 |
commit | df3307126bd3a0935fd659966f64d2db8f5cdf32 (patch) | |
tree | cab8ce339388c26b8a3c6150e2bb80e8977b0aa2 /drivers | |
parent | 0df1f2487d2f0d04703f142813d53615d62a1da4 (diff) | |
parent | 7de79a1d4992921c85b10077520385acc5b9a6e0 (diff) | |
download | linux-df3307126bd3a0935fd659966f64d2db8f5cdf32.tar.bz2 |
Merge remote-tracking branch 'regulator/fix/core' into regulator-linus
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/regulator/of_regulator.c | 3 |
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; } |