[PATCH 4/4] mmc: Add mmc_host_<level> logging
From: NamJae Jeon <hidden>
Date: 2011-11-16 05:31:05
Also in:
linux-arm-msm, linux-mmc, linux-omap, lkml
From: NamJae Jeon <hidden>
Date: 2011-11-16 05:31:05
Also in:
linux-arm-msm, linux-mmc, linux-omap, lkml
2011/11/16 Joe Perches [off-list ref]:
Centralize the pr_<level> uses of mmc_hostname into specific
mmc_host_<level> calls to allow a flexible presentation style
and shorten the code a bit.
Add mmc_host_<level> macros.
Convert the logging calls from:
? ? ? ?pr_<level>("%s: ...", mmc_hostname(foo)
to:
? ? ? ?mmc_host_<level>(foo, ...)
Add a couple of missing newlines.
Convert bare printks to pr_cont where appropriate.
Spelling/typo fix of initialiazed to initialized.
Signed-off-by: Joe Perches <joe@perches.com>Reviewed-by: NamJae Jeon <redacted>
---