X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fregulator%2Fcore.c;h=d1ac4caaf1b05d4b68dd4bd986355dc59263c6fd;hb=b6e53f321ee6f4b237d8cc54fbace3217fa96e05;hp=16a309e5c024ed45b4276d13d1f8e14c2c0a131c;hpb=797d0dec8aab6b3a3ac22eaa27ea298bf4ab37e4;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 16a309e..d1ac4ca 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -1359,7 +1359,7 @@ static struct regulator *_regulator_get(struct device *dev, const char *id, goto found; /* Don't log an error when called from regulator_get_optional() */ } else if (!have_full_constraints() || exclusive) { - dev_err(dev, "dummy supplies not allowed\n"); + dev_warn(dev, "dummy supplies not allowed\n"); } mutex_unlock(®ulator_list_mutex);