Improve the comment on falling back to 100mA if ADC is missing.
Signed-off-by: Sven Rebhan <[email protected]>
diff --git a/arch/arm/mach-s3c2442/mach-gta02.c
b/arch/arm/mach-s3c2442/mach-gta02.c
index 26910a7..977e4d0 100644
--- a/arch/arm/mach-s3c2442/mach-gta02.c
+++ b/arch/arm/mach-s3c2442/mach-gta02.c
@@ -433,7 +433,7 @@ static void gta02_charger_worker(struct work_struct *work)
PCF50633_ADCC1_AVERAGE_16,
gta02_configure_pmu_for_charger, NULL);
#else
- /* If the PCF50633 ADC is disabled we fallback to save 100mA */
+ /* If the PCF50633 ADC is disabled we fallback to a 100mA limit
for safety. */
pcf50633_mbc_usb_curlim_set(pcf, 100);
#endif
return;
--
1.6.0.6