mmc: replace printk with appropriate display macro
authorGirish K S <girish.shivananjappa@linaro.org>
Tue, 11 Oct 2011 06:14:09 +0000 (11:44 +0530)
committerChris Ball <cjb@laptop.org>
Wed, 26 Oct 2011 20:32:22 +0000 (16:32 -0400)
commita3c76eb9d4a1e68a69dd880cf0bcb8a52418b993
tree968fb0009edad3defcda8bb40df21837868705dd
parentb23cf0bd55b0c6b703982446f679e00d6d929524
mmc: replace printk with appropriate display macro

All the files using printk function for displaying kernel messages
in the mmc driver have been replaced with corresponding macro.

Signed-off-by: Girish K S <girish.shivananjappa@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
28 files changed:
drivers/mmc/card/block.c
drivers/mmc/card/mmc_test.c
drivers/mmc/card/queue.c
drivers/mmc/card/sdio_uart.c
drivers/mmc/core/bus.c
drivers/mmc/core/core.c
drivers/mmc/core/mmc.c
drivers/mmc/core/mmc_ops.c
drivers/mmc/core/sd.c
drivers/mmc/core/sdio.c
drivers/mmc/core/sdio_bus.c
drivers/mmc/core/sdio_cis.c
drivers/mmc/core/sdio_irq.c
drivers/mmc/host/au1xmmc.c
drivers/mmc/host/dw_mmc.c
drivers/mmc/host/imxmmc.c
drivers/mmc/host/mmci.c
drivers/mmc/host/msm_sdcc.c
drivers/mmc/host/mvsdio.c
drivers/mmc/host/mxcmmc.c
drivers/mmc/host/omap_hsmmc.c
drivers/mmc/host/pxamci.c
drivers/mmc/host/s3cmci.c
drivers/mmc/host/sdhci.c
drivers/mmc/host/tifm_sd.c
drivers/mmc/host/tmio_mmc_pio.c
drivers/mmc/host/via-sdmmc.c
drivers/mmc/host/wbsd.c