Browse Source

Merge remote-tracking branch 'regulator/fix/core' into regulator-linus

Mark Brown 10 years ago
parent
commit
df3307126b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      drivers/regulator/of_regulator.c

+ 2 - 1
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;
 	}