diff options
| -rw-r--r-- | drivers/regulator/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index b38a6b669e8c..74e9fb2e52e7 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c | |||
| @@ -1352,7 +1352,7 @@ static struct regulator *_regulator_get(struct device *dev, const char *id, | |||
| 1352 | goto found; | 1352 | goto found; |
| 1353 | /* Don't log an error when called from regulator_get_optional() */ | 1353 | /* Don't log an error when called from regulator_get_optional() */ |
| 1354 | } else if (!have_full_constraints() || exclusive) { | 1354 | } else if (!have_full_constraints() || exclusive) { |
| 1355 | dev_err(dev, "dummy supplies not allowed\n"); | 1355 | dev_warn(dev, "dummy supplies not allowed\n"); |
| 1356 | } | 1356 | } |
| 1357 | 1357 | ||
| 1358 | mutex_unlock(®ulator_list_mutex); | 1358 | mutex_unlock(®ulator_list_mutex); |
