From 4aaa04d0ad662362243e7acca6f8d91b0ff7517c Mon Sep 17 00:00:00 2001 From: Sven Rebhan Date: Mon, 2 Mar 2009 11:25:16 +0000 Subject: Fix typo in mach-gta02 Improve the comment on falling back to 100mA if ADC is missing. Signed-off-by: Sven Rebhan --- arch/arm/mach-s3c2442/mach-gta02.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-s3c2442') 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; -- cgit v1.2.3