mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 06:41:06 -04:00
power: supply: cpcap-charger: Make VBUS already provided debug only
This should be only shown when debug is enabled. Cc: Arthur Demchenkov <spinal.by@gmail.com> Cc: Carl Philipp Klemm <philipp@uvos.xyz> Cc: Merlijn Wajer <merlijn@wizzup.org> Cc: Pavel Machek <pavel@ucw.cz> Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
committed by
Sebastian Reichel
parent
2828ffc2a2
commit
e015964a28
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user