diff options
Diffstat (limited to 'arch/arm/mach-s3c24xx/mach-gta02.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/mach-gta02.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/mach-gta02.c b/arch/arm/mach-s3c24xx/mach-gta02.c index d9170e9f8ccd..ee7bb2905a99 100644 --- a/arch/arm/mach-s3c24xx/mach-gta02.c +++ b/arch/arm/mach-s3c24xx/mach-gta02.c | |||
@@ -196,7 +196,7 @@ static void gta02_charger_worker(struct work_struct *work) | |||
196 | * If the PCF50633 ADC is disabled we fallback to a | 196 | * If the PCF50633 ADC is disabled we fallback to a |
197 | * 100mA limit for safety. | 197 | * 100mA limit for safety. |
198 | */ | 198 | */ |
199 | pcf50633_mbc_usb_curlim_set(pcf, 100); | 199 | pcf50633_mbc_usb_curlim_set(gta02_pcf, 100); |
200 | #endif | 200 | #endif |
201 | } | 201 | } |
202 | 202 | ||