aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/s3c24xx/files-2.6.30/drivers/mfd/glamo/glamo-mci.c
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2009-07-12 20:24:18 +0000
committerLars-Peter Clausen <lars@metafoo.de>2009-07-12 20:24:18 +0000
commitddbd14a23bed83c68433471025b45d27aca05f18 (patch)
tree3a1ffc471fbdfdbe9d8d900c22c25545bb8f2a3a /target/linux/s3c24xx/files-2.6.30/drivers/mfd/glamo/glamo-mci.c
parentb1f5f1d3b01fa9c8337c19249b2372164db3bb94 (diff)
downloadupstream-ddbd14a23bed83c68433471025b45d27aca05f18.tar.gz
upstream-ddbd14a23bed83c68433471025b45d27aca05f18.tar.bz2
upstream-ddbd14a23bed83c68433471025b45d27aca05f18.zip
glamo: get rid of static driver handle.
SVN-Revision: 16821
Diffstat (limited to 'target/linux/s3c24xx/files-2.6.30/drivers/mfd/glamo/glamo-mci.c')
-rw-r--r--target/linux/s3c24xx/files-2.6.30/drivers/mfd/glamo/glamo-mci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/s3c24xx/files-2.6.30/drivers/mfd/glamo/glamo-mci.c b/target/linux/s3c24xx/files-2.6.30/drivers/mfd/glamo/glamo-mci.c
index c9cb6ca6cf..0d7a2aa22f 100644
--- a/target/linux/s3c24xx/files-2.6.30/drivers/mfd/glamo/glamo-mci.c
+++ b/target/linux/s3c24xx/files-2.6.30/drivers/mfd/glamo/glamo-mci.c
@@ -219,9 +219,9 @@ static void glamo_mci_fix_card_div(struct glamo_mci_host *host, int div)
writew(readw(host->pdata->pglamo->base +
GLAMO_REG_CLOCK_GEN5_1) | GLAMO_CLOCK_GEN51_EN_DIV_TCLK,
host->pdata->pglamo->base + GLAMO_REG_CLOCK_GEN5_1);
- mdelay(5);
}
spin_unlock_irqrestore(&host->pdata->pglamo->lock, flags);
+ mdelay(5);
}
static int glamo_mci_set_card_clock(struct glamo_mci_host *host, int freq)