diff options
author | Andy Green <andy@openmoko.com> | 2008-11-19 17:11:10 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-19 17:11:10 +0000 |
commit | 4df5166222fe1cef9afaaecd541c4340a0a7409b (patch) | |
tree | c5393be721b08e6882d54f8433965351bccd9fc4 /arch/arm | |
parent | c2ca0dcb4987e9b52354c54f3eb5e953311be2d0 (diff) |
clean-mmc-power-deps-and-timing.patch
Simplify it now we have Glamo as child of pcf50633
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-s3c2440/mach-gta02.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c index cad95f3a826..7caefd91691 100644 --- a/arch/arm/mach-s3c2440/mach-gta02.c +++ b/arch/arm/mach-s3c2440/mach-gta02.c @@ -1454,7 +1454,7 @@ gta02_glamo_mmc_set_power(unsigned char power_mode, unsigned short vdd) int mv = 1650; int timeout = 500; - printk(KERN_DEBUG "mmc_set_power(power_mode=%u, vdd=%u\n", + printk(KERN_DEBUG "mmc_set_power(power_mode=%u, vdd=%u)\n", power_mode, vdd); switch (system_rev) { @@ -1485,7 +1485,6 @@ gta02_glamo_mmc_set_power(unsigned char power_mode, unsigned short vdd) PCF50633_REGULATOR_HCLDO, mv); pcf50633_onoff_set(pcf50633_global, PCF50633_REGULATOR_HCLDO, 1); - msleep(200); break; case MMC_POWER_OFF: /* power off happens during suspend, when pcf50633 can |