[PATCH 2/3] mci: atmel_mci: lower version log output from info to debug
Ahmad Fatoum
a.fatoum at pengutronix.de
Tue Feb 13 02:01:45 PST 2024
The IP version won't change from one boot to the next, so it's not
useful to print this every time. Lower it to debug level instead.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
drivers/mci/atmel_mci_common.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mci/atmel_mci_common.c b/drivers/mci/atmel_mci_common.c
index ec710f1cfc38..68110c04b096 100644
--- a/drivers/mci/atmel_mci_common.c
+++ b/drivers/mci/atmel_mci_common.c
@@ -437,7 +437,7 @@ void atmci_get_cap(struct atmel_mci *host)
version = atmci_readl(host, ATMCI_VERSION) & 0x00000fff;
host->version = version;
- dev_info(host->hw_dev, "version: 0x%x\n", version);
+ dev_dbg(host->hw_dev, "version: 0x%x\n", version);
host->caps.has_cfg_reg = 0;
host->caps.has_highspeed = 0;
--
2.39.2
More information about the barebox
mailing list