summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2024-02-13 11:01:46 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2024-02-16 12:56:28 +0100
commite90bf7a1c54b1b46d316cc0ca91e1355eb515b96 (patch)
tree6abd493bc008a39a166b91c10691d9476bef34ac
parentab420f54b470ffc53b9a0ff9fe40823656c89e2a (diff)
downloadbarebox-e90bf7a1c54b.tar.gz
barebox-e90bf7a1c54b.tar.xz
mci: atmel_mci: mark atmci_setup_data very verbose debug print
setup_data is called prior to every transfer and will print the number of blocks and the block size. With CONFIG_DEBUG_PBL it will be enabled, but doesn't really add much information. Lower it to verbose debug level instead. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20240213100146.2778891-3-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--drivers/mci/atmel_mci_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mci/atmel_mci_common.c b/drivers/mci/atmel_mci_common.c
index 68110c04b0..098e90503a 100644
--- a/drivers/mci/atmel_mci_common.c
+++ b/drivers/mci/atmel_mci_common.c
@@ -220,7 +220,7 @@ static void atmci_setup_data(struct atmel_mci *host, struct mci_data *data)
host->data = data;
- dev_dbg(host->hw_dev, "atmel_setup_data: nob=%d blksz=%d\n",
+ dev_vdbg(host->hw_dev, "atmel_setup_data: nob=%d blksz=%d\n",
nob, blksz);
atmci_writel(host, ATMCI_BLKR, ATMCI_BCNT(nob)