mmc: sdhci: Use debug for not supported SDMA info message
authorMatthias Brugger <mbrugger@suse.com>
Tue, 12 May 2020 10:02:06 +0000 (12:02 +0200)
committerMatthias Brugger <mbrugger@suse.com>
Wed, 13 May 2020 11:54:23 +0000 (13:54 +0200)
commit7acdc9aa096d4e2a4c32d887fdbf4cee381a1e92
tree4bf6e9c45111b9b752e255dce13ef46cc5cef2c7
parentcf24c739724f9c40086a73ee648001c79b9cf99c
mmc: sdhci: Use debug for not supported SDMA info message

If CONFIG_MMC_SDHCI_SDMA is enabled but the HW could not support it,
we no longer error out. Instead we do not enable it in the host.
Change the output from printf to debug as this isn't an error but only
additional information now.

Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
drivers/mmc/sdhci.c