Commit ff7e6adc authored by Kevin Hilman's avatar Kevin Hilman

ARM: OMAP: MMC: remove stray noisy printk

Signed-off-by: default avatarKevin Hilman <khilman@deeprooted.net>
parent ea5858eb
...@@ -1000,7 +1000,6 @@ static void mmc_omap_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) ...@@ -1000,7 +1000,6 @@ static void mmc_omap_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
OMAP_MMC_WRITE(host, IE, 0); OMAP_MMC_WRITE(host, IE, 0);
OMAP_MMC_WRITE(host, STAT, 0xffff); OMAP_MMC_WRITE(host, STAT, 0xffff);
OMAP_MMC_WRITE(host, CMD, 1 << 7); OMAP_MMC_WRITE(host, CMD, 1 << 7);
printk("CMD %04x\n", OMAP_MMC_READ(host, CMD));
while ((OMAP_MMC_READ(host, STAT) & 1) == 0); while ((OMAP_MMC_READ(host, STAT) & 1) == 0);
OMAP_MMC_WRITE(host, STAT, 1); OMAP_MMC_WRITE(host, STAT, 1);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment