]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sunxi: change controller error info to debug level
authorIcenowy Zheng <icenowy@aosc.xyz>
Thu, 16 Mar 2017 13:29:03 +0000 (21:29 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 24 Apr 2017 19:41:48 +0000 (21:41 +0200)
commit8db502d7ddf0fdb15dcd0df6f9de997ef23c8eb9
tree7774bd5b65c3bd7d7b50babb769f03554b371241
parent2a937a04d16e9a64cc430a88181a23077a9fd28c
mmc: sunxi: change controller error info to debug level

The controller's errors are usually normal (for example, for MMC or SDIO
cards, some errors are expected to happen; and for boards without a
dedicated card detect pin the error info will even flood console and
hide other normal messages) and hard to understand.

Change their print level to debug, thus it won't be shown to generic
users.

Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sunxi-mmc.c