aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-esdhc-imx.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-08-05 10:25:40 -0400
committerJiri Kosina <jkosina@suse.cz>2012-09-01 12:52:48 -0400
commit7122bbb0d14b7a6031aeef046b45d4934cb94ba7 (patch)
tree05e3119c5425a12c8c049986f788966dc2305ad9 /drivers/mmc/host/sdhci-esdhc-imx.c
parentd73111c6d43f08d697a3d986fe3bd8ca796a2096 (diff)
mmc: fix comment typos
Correct spelling typo in drivers/mmc Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/mmc/host/sdhci-esdhc-imx.c')
-rw-r--r--drivers/mmc/host/sdhci-esdhc-imx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers/mmc/host/sdhci-esdhc-imx.c
index e23f8134591c..32f4a070551f 100644
--- a/drivers/mmc/host/sdhci-esdhc-imx.c
+++ b/drivers/mmc/host/sdhci-esdhc-imx.c
@@ -315,7 +315,7 @@ static void esdhc_writeb_le(struct sdhci_host *host, u8 val, int reg)
315 new_val = val & (SDHCI_CTRL_LED | \ 315 new_val = val & (SDHCI_CTRL_LED | \
316 SDHCI_CTRL_4BITBUS | \ 316 SDHCI_CTRL_4BITBUS | \
317 SDHCI_CTRL_D3CD); 317 SDHCI_CTRL_D3CD);
318 /* ensure the endianess */ 318 /* ensure the endianness */
319 new_val |= ESDHC_HOST_CONTROL_LE; 319 new_val |= ESDHC_HOST_CONTROL_LE;
320 /* bits 8&9 are reserved on mx25 */ 320 /* bits 8&9 are reserved on mx25 */
321 if (!is_imx25_esdhc(imx_data)) { 321 if (!is_imx25_esdhc(imx_data)) {