mirror of https://gitee.com/openkylin/linux.git
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:
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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue