mmc: Convert pr_warning to pr_warn
authorJoe Perches <joe@perches.com>
Fri, 12 Sep 2014 21:56:56 +0000 (14:56 -0700)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 24 Sep 2014 08:13:09 +0000 (10:13 +0200)
commit6606110d89aefcb21b9e70adfe064987cbd8393a
tree599b064df3762b1da4d28f4e6ec9df0afcfacdd5
parent48d11e067fc90ec9fc9c8f7ab982e5a83bf1887b
mmc: Convert pr_warning to pr_warn

Use the much more common pr_warn instead of pr_warning.

Other miscellanea:

o Coalesce formats
o Realign arguments
o Remove extra spaces when coalescing formats

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
14 files changed:
drivers/mmc/card/block.c
drivers/mmc/card/queue.c
drivers/mmc/card/sdio_uart.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_irq.c
drivers/mmc/host/s3cmci.c
drivers/mmc/host/sdhci.c
drivers/mmc/host/tifm_sd.c
drivers/mmc/host/wbsd.c