diff options
author | Sven Rebhan <odinshorse@googlemail.com> | 2009-03-02 11:25:16 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-03-02 11:25:16 +0000 |
commit | 4aaa04d0ad662362243e7acca6f8d91b0ff7517c (patch) | |
tree | f906f5a72f411e7a4f9aae99efed93d823c61730 /arch | |
parent | 287f1225ef8e0dca838612aa3f11c16ffa73ec42 (diff) |
Fix typo in mach-gta02
Improve the comment on falling back to 100mA if ADC is missing.
Signed-off-by: Sven Rebhan <odinshorse@googlemail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-s3c2442/mach-gta02.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2442/mach-gta02.c b/arch/arm/mach-s3c2442/mach-gta02.c index 4f44a526a13..7214ecca97c 100644 --- a/arch/arm/mach-s3c2442/mach-gta02.c +++ b/arch/arm/mach-s3c2442/mach-gta02.c @@ -434,7 +434,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; |