1
0
Fork 0

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

hifive-unleashed-5.1
Mark Brown 2014-02-23 12:22:18 +09:00
commit f29d778fa4
1 changed files with 1 additions and 1 deletions

View 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);