aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebastian.rasmussen@stericsson.com>2011-04-11 11:28:01 +0200
committerSebastian RASMUSSEN <sebastian.rasmussen@stericsson.com>2011-04-11 11:35:02 +0200
commit236cee39a6c43ef43241857d832e1c8c1cff4bb4 (patch)
tree7e84c74363717da8e0ab5d5c65e10585d005ed61 /drivers/mmc
parent7366faae609bed8809eacafa2959db00929dc408 (diff)
Revert "mmci: set_clkreg adaptation"
This reverts commit d71167d48bdf2e66205e09f74ac5d310750de57d. Change-Id: Ia51c442efd130caa29ba2a0464088fd6a76e9905 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/20565 Reviewed-by: Sebastian RASMUSSEN <sebastian.rasmussen@stericsson.com> Tested-by: Sebastian RASMUSSEN <sebastian.rasmussen@stericsson.com>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/mmci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c
index 0ed709bef5e..f89aa0d55a8 100644
--- a/drivers/mmc/host/mmci.c
+++ b/drivers/mmc/host/mmci.c
@@ -265,7 +265,6 @@ static void mmci_set_clkreg(struct mmci_host *host, unsigned int desired)
if (host->mmc->ios.bus_width == MMC_BUS_WIDTH_8)
clk |= MCI_ST_8BIT_BUS;
- host->mmci_clockctrl = clk;
writel(clk, host->base + MMCICLOCK);
}