2014-02-20 19:58:22

by Shuah Khan

[permalink] [raw]
Subject: [PATCH] regulator: core: Change dummy supplies error message to a warning

Change "dummy supplies not allowed" error message to warning instead, as this
is a just warning message with no change to the behavior.

Signed-off-by: Shuah Khan <[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 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(&regulator_list_mutex);
--
1.7.10.4


2014-02-20 23:36:38

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] regulator: core: Change dummy supplies error message to a warning

On Thu, Feb 20, 2014 at 12:58:15PM -0700, Shuah Khan wrote:
> Change "dummy supplies not allowed" error message to warning instead, as this
> is a just warning message with no change to the behavior.

Applied, thanks. I added a CC to stable since people are going to
notice it on PCs with the other bug fixes.


Attachments:
(No filename) (311.00 B)
signature.asc (836.00 B)
Digital signature
Download all attachments