aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Lindgren <[email protected]>2021-01-10 21:53:52 +0200
committerSebastian Reichel <[email protected]>2021-01-14 23:42:42 +0100
commite015964a28683aecca822f2457dba43f1fd63b2d (patch)
tree7d36d455ae47878346bd95866d97536a89903791
parent2828ffc2a276e73f8f3182b3385d7f1989178043 (diff)
power: supply: cpcap-charger: Make VBUS already provided debug only
This should be only shown when debug is enabled. Cc: Arthur Demchenkov <[email protected]> Cc: Carl Philipp Klemm <[email protected]> Cc: Merlijn Wajer <[email protected]> Cc: Pavel Machek <[email protected]> Signed-off-by: Tony Lindgren <[email protected]> Signed-off-by: Sebastian Reichel <[email protected]>
-rw-r--r--drivers/power/supply/cpcap-charger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/supply/cpcap-charger.c b/drivers/power/supply/cpcap-charger.c
index 4b0f62dd33f4..721c71ab01ca 100644
--- a/drivers/power/supply/cpcap-charger.c
+++ b/drivers/power/supply/cpcap-charger.c
@@ -434,7 +434,7 @@ static void cpcap_charger_vbus_work(struct work_struct *work)
if (ddata->vbus_enabled) {
vbus = cpcap_charger_vbus_valid(ddata);
if (vbus) {
- dev_info(ddata->dev, "VBUS already provided\n");
+ dev_dbg(ddata->dev, "VBUS already provided\n");
return;
}