phy: rockchip-inno-usb2: use debug for charger info output
Change-Id: Ib204ef3dab245ce312eb07e7d75bce6ca5241320 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
parent
f8a3e58740
commit
9c4c00b2b4
|
|
@ -394,7 +394,7 @@ int rockchip_chg_get_type(void)
|
|||
chg_type = POWER_SUPPLY_TYPE_USB_CDP;
|
||||
|
||||
out:
|
||||
printf("charger is %s\n", chg_to_string(chg_type));
|
||||
debug("charger is %s\n", chg_to_string(chg_type));
|
||||
|
||||
return chg_type;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue