lkml.org 
[lkml]   [2021]   [Sep]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] regulator: Lower priority of logging when setting supply
Date
We lowered all the other constraint related log messages to debug level so
lower the logging of what supplies we're configuring to debug level too.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
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 4b22c3276d58..26bee444fc70 100644
--- a/drivers/regulator/core.c
+++ b/drivers/regulator/core.c
@@ -1571,7 +1571,7 @@ static int set_supply(struct regulator_dev *rdev,
{
int err;

- rdev_info(rdev, "supplied by %s\n", rdev_get_name(supply_rdev));
+ rdev_dbg(rdev, "supplied by %s\n", rdev_get_name(supply_rdev));

if (!try_module_get(supply_rdev->owner))
return -ENODEV;
--
2.20.1
\
 
 \ /
  Last update: 2021-09-29 16:09    [W:0.188 / U:0.148 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site