commit | 61f2e5ee12895a2bdaeac8dd13e8d7f50ca7e375 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Dec 30 02:00:12 2017 +0900 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Mon Jan 22 14:11:58 2018 +0900 |
tree | 62dabbda252f493486f0c3a47defeb20b5fd134f | |
parent | dd43e2a6bdfa2d21bb2cef07a93c43f819759888 [diff] |
mmc: sdhci: change data transfer failure into debug message During the tuning, drivers repeat data transfer, changing timing parameters in the controller hardware. So, the tuning commands (CMD19 for SD, CMD21 for eMMC) fail, and this is not a problem at all. Showing "Error detected..." in normal operation just make users upset. This should not be shown. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>