aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authortim.niemeyer@mastersword.de <tim.niemeyer@mastersword.de>2009-03-22 17:42:34 +0100
committerWerner Almesberger <werner@openmoko.org>2009-03-26 01:13:28 -0300
commit629942d4dd76d60d1fbf8c650721a6ac0c14bbf8 (patch)
tree96bc928686256ba750b02b7d84520ac5af02b09a /arch
parentc70215878cfe8acaed568fd73bcc247a4598a65b (diff)
disabling fast_charge is done with 0
Signed-off-by: Tim Niemeyer <reddog@mastersword.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-s3c2410/mach-gta01.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/mach-gta01.c b/arch/arm/mach-s3c2410/mach-gta01.c
index a828b66ea55..2af4df572c8 100644
--- a/arch/arm/mach-s3c2410/mach-gta01.c
+++ b/arch/arm/mach-s3c2410/mach-gta01.c
@@ -689,7 +689,7 @@ static void __gta01_udc_vbus_draw(struct work_struct *work)
} else {
/* disable fast charge */
printk(KERN_DEBUG "udc: disabling fast charge\n");
- pcf50606_charge_fast(gta01_pcf, 1);
+ pcf50606_charge_fast(gta01_pcf, 0);
}
}