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:
Joseph Chen 2017-10-27 17:47:06 +08:00
parent f8a3e58740
commit 9c4c00b2b4
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}