]> git.karo-electronics.de Git - karo-tx-linux.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)
commitbd675698e8eece61c02a5e436e6d5d5ac1180e46
tree7774bd5b65c3bd7d7b50babb769f03554b371241
parenta744c6fe13beef87cd541f1dcaffe97f2af0c908
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