longan/kernel/linux-4.9/drivers/power/supply/axp803_usb_power.c
.. .. @@ -146,7 +146,7 @@ 146 146 pr_info("current limit setted: usb pc type\n"); 147 147 } else { 148 148 axp803_usb_set_ihold(usb_power, axp_config->pmu_usbad_cur); 149 - pr_info("current limit not set: usb adapter type\n");149 + pr_info("current limit not set: usb adapter type ihold = %d\n", axp_config->pmu_usbad_cur);150 150 } 151 151 } 152 152