mmc: sdhci: use pr_err for sdhci_dumpregs
authorChuanxiao Dong <chuanxiao.dong@intel.com>
Wed, 22 Jun 2016 11:40:01 +0000 (14:40 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 25 Jul 2016 08:34:21 +0000 (10:34 +0200)
commita7c53671ea2612c825245143b8b591709616f95d
treeacd9691f42c9466b6e02ed8aeae6518209b3ce13
parent860951c5f0f5caf595799d98b93a8304bf70f08d
mmc: sdhci: use pr_err for sdhci_dumpregs

sdhci_dumpregs is used to dump registers when error happens. Thus it should
use pr_err instead of pr_debug to show more information about the hardware.

Signed-off-by: Chuanxiao Dong <chuanxiao.dong@intel.com>
[Fix whitespace and checkpatch warnings]
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci.c