From 4df5166222fe1cef9afaaecd541c4340a0a7409b Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 19 Nov 2008 17:11:10 +0000 Subject: clean-mmc-power-deps-and-timing.patch Simplify it now we have Glamo as child of pcf50633 Signed-off-by: Andy Green --- arch/arm/mach-s3c2440/mach-gta02.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arch') 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 -- cgit v1.2.3