]> Pileus Git - ~andy/linux/blobdiff - drivers/regulator/core.c
ARM: at91: fix network interface ordering for sama5d36
[~andy/linux] / drivers / regulator / core.c
index 16a309e5c024ed45b4276d13d1f8e14c2c0a131c..d1ac4caaf1b05d4b68dd4bd986355dc59263c6fd 100644 (file)
@@ -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(&regulator_list_mutex);