]> git.ipfire.org Git - people/ms/u-boot.git/commit
mmc: atmel: Silence debug output
authorMarek Vasut <marex@denx.de>
Fri, 23 Oct 2015 18:46:28 +0000 (20:46 +0200)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Sun, 1 Nov 2015 21:02:14 +0000 (22:02 +0100)
commitb84c9c9a988f9631f547222d2d43298c57149e3a
tree8ddcafbb7242c7622326daf1b9d249d419cbe302
parent478ec83489dea9e27b59eeaf77eed52a6d1185f5
mmc: atmel: Silence debug output

This driver generates clearly debugging prints when changing clock
speed, so silence those. Furthermore, the driver generates further
prints in case a command fails to complete. The later case woud be
useful, but for eMMC, command 8 can fail and it's not an error but
a part of the specification. Thus, make this debug() as well.

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com>
[fix checkpatch warnings]
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
drivers/mmc/gen_atmel_mci.c