diff options
author | Andres Salomon <dilinger@queued.net> | 2008-07-07 17:25:56 -0400 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2008-07-15 14:14:50 +0200 |
commit | c71f65129a1fb67bc6b9b8d03b493675b5c9302b (patch) | |
tree | a02d3a915d7dfc9e89f461f897697dfb2921bba9 /drivers/mmc/host/sdhci.c | |
parent | c8b3e02eb250ceb661437e9b198757eff0eb6fd2 (diff) | |
download | op-kernel-dev-c71f65129a1fb67bc6b9b8d03b493675b5c9302b.zip op-kernel-dev-c71f65129a1fb67bc6b9b8d03b493675b5c9302b.tar.gz |
mmc: OLPC: update vdd/powerup quirk comment
This comment update got lost in the great floo^Wmerge. As Pierre
pointed out, no one knows what 'CaFe' is.
Signed-off-by: Andres Salomon <dilinger@debian.org>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc/host/sdhci.c')
-rw-r--r-- | drivers/mmc/host/sdhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c index 13bd681..17701c3 100644 --- a/drivers/mmc/host/sdhci.c +++ b/drivers/mmc/host/sdhci.c @@ -978,7 +978,7 @@ static void sdhci_set_power(struct sdhci_host *host, unsigned short power) } /* - * At least the CaFe chip gets confused if we set the voltage + * At least the Marvell CaFe chip gets confused if we set the voltage * and set turn on power at the same time, so set the voltage first. */ if ((host->quirks & SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER)) |