mmc: mtk-sd: Silence delay phase calculation debug log
authorAlexandre Bailon <abailon@baylibre.com>
Fri, 11 Mar 2022 10:33:20 +0000 (11:33 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 15 Mar 2022 09:31:07 +0000 (10:31 +0100)
commit33106d78b4c0981ec3f21674d6736852785b5ddf
tree8850772e0ffaf9db351b50b584cc526ce9e71160
parent09e7af76db02c74f2a339b3cb2d95460fa2ddbe4
mmc: mtk-sd: Silence delay phase calculation debug log

The driver prints the following log everytime data is written to RPMB:
mtk-msdc 11230000.mmc: phase: [map:ffffffff] [maxlen:32] [final:10]

dev_info is used to print that log but it seems that log is only
useful for debbuging. Use dev_dbg instead of dev_info.

Signed-off-by: Alexandre Bailon <abailon@baylibre.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20220311103320.3072171-1-abailon@baylibre.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mtk-sd.c