All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: sdhci-pxav2: No need to clear CLK_GATE_SETTING_BITS before setting it
@ 2011-12-05  3:36 Axel Lin
  0 siblings, 0 replies; only message in thread
From: Axel Lin @ 2011-12-05  3:36 UTC (permalink / raw)
  To: linux-mmc; +Cc: Zhangfei Gao, Viresh Kumar, Chris Ball

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 drivers/mmc/host/sdhci-pxav2.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/mmc/host/sdhci-pxav2.c b/drivers/mmc/host/sdhci-pxav2.c
index dbb75bf..a0ec9d2 100644
--- a/drivers/mmc/host/sdhci-pxav2.c
+++ b/drivers/mmc/host/sdhci-pxav2.c
@@ -78,7 +78,6 @@ static void pxav2_set_private_registers(struct sdhci_host *host, u8 mask)
 			writew(tmp, host->ioaddr + SD_FIFO_PARAM);
 		} else {
 			tmp = readw(host->ioaddr + SD_FIFO_PARAM);
-			tmp &= ~CLK_GATE_SETTING_BITS;
 			tmp |= CLK_GATE_SETTING_BITS;
 			writew(tmp, host->ioaddr + SD_FIFO_PARAM);
 		}
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-05  3:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-05  3:36 [PATCH] mmc: sdhci-pxav2: No need to clear CLK_GATE_SETTING_BITS before setting it Axel Lin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.