Browse Source

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>
Andres Salomon 17 years ago
parent
commit
c71f65129a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/mmc/host/sdhci.c

+ 1 - 1
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.
 	 * and set turn on power at the same time, so set the voltage first.
 	 */
 	 */
 	if ((host->quirks & SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER))
 	if ((host->quirks & SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER))