From 519de6658dad2a75b585b3904ba68b152f72a1f0 Mon Sep 17 00:00:00 2001 From: lars Date: Sun, 12 Jul 2009 20:24:18 +0000 Subject: [s3c24xx] glamo: get rid of static driver handle. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16821 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/s3c24xx/files-2.6.30/drivers/mfd/glamo/glamo-mci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/s3c24xx/files-2.6.30/drivers/mfd/glamo/glamo-mci.c') 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 c9cb6ca6c..0d7a2aa22 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) -- cgit v1.2.3