[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1392926295-23735-1-git-send-email-shuah.kh@samsung.com>
Date: Thu, 20 Feb 2014 12:58:15 -0700
From: Shuah Khan <shuah.kh@...sung.com>
To: lgirdwood@...il.com, broonie@...nel.org
Cc: Shuah Khan <shuah.kh@...sung.com>, linux-kernel@...r.kernel.org,
shuahkhan@...il.com
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 <shuah.kh@...sung.com>
---
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(®ulator_list_mutex);
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists