[PATCH 5/5] regulator: core: lower severity level of message about using dummy supplies

From: Dmitry Torokhov
Date: Fri Feb 03 2017 - 16:57:09 EST


Use of dummy supplies is normal and common occurrence in the kernel, let's
lower severity from warning to info.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
---
drivers/regulator/core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c
index e39bb2d41038..1d3aff7e2bb1 100644
--- a/drivers/regulator/core.c
+++ b/drivers/regulator/core.c
@@ -1622,7 +1622,7 @@ struct regulator *_regulator_get(struct device *dev, const char *id,
* enabled, even if it isn't hooked up, and just
* provide a dummy.
*/
- dev_warn(dev,
+ dev_info(dev,
"%s supply %s not found, using dummy regulator\n",
devname, id);
rdev = dummy_regulator_rdev;
--
2.11.0.483.g087da7b7c-goog