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 <[email protected]> --- 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

