From: lintao Date: Mon, 11 Aug 2014 07:02:52 +0000 (+0800) Subject: mmc: dump tuning result as BOOT info X-Git-Tag: firefly_0821_release~4923 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=276d773ca50195c93a737bb0d31d5f44953ed8fb;p=firefly-linux-kernel-4.4.55.git mmc: dump tuning result as BOOT info --- diff --git a/drivers/mmc/host/dw_mmc-rockchip.c b/drivers/mmc/host/dw_mmc-rockchip.c index e0691fe975eb..598f54fa04f0 100755 --- a/drivers/mmc/host/dw_mmc-rockchip.c +++ b/drivers/mmc/host/dw_mmc-rockchip.c @@ -407,7 +407,7 @@ re_phase: } - MMC_DBG_INFO_FUNC(host->mmc,"\n execute tuning: candidates_degree = %s \t%s \t%s \t%s[%s]", + MMC_DBG_BOOT_FUNC(host->mmc,"\n execute tuning: candidates_degree = %s \t%s \t%s \t%s[%s]", phase_desc[candidates_degree[0]], phase_desc[candidates_degree[1]], phase_desc[candidates_degree[2]], phase_desc[candidates_degree[3]], mmc_hostname(host->mmc));