In commit e952a9418b16 ("s32gen1: qspi: Improve QSPI read performance"),
it introduced a performance indicators when performing a QSPI read
operation, while it is no much help for the flash function and
may cause some flash test fail due to the tons of infos. So downgrade
dev_info to dev_dbg to fix it.

Signed-off-by: Zhantao Tang <zhantao.t...@windriver.com>
---
 drivers/mtd/spi-nor/s32gen1_qspi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/spi-nor/s32gen1_qspi.c 
b/drivers/mtd/spi-nor/s32gen1_qspi.c
index 5af7086425b1..88a0f47d0cc5 100644
--- a/drivers/mtd/spi-nor/s32gen1_qspi.c
+++ b/drivers/mtd/spi-nor/s32gen1_qspi.c
@@ -973,7 +973,7 @@ int qspi_read_mem(struct fsl_qspi *q,
        if (us_passed > 0) {
                mb_int = div_u64_rem(op->data.nbytes, us_passed, &rem);
                mb_frac = div64_u64(rem * 1000, us_passed);
-               dev_info(q->dev, "%u bytes read in %u us (%llu.%llu MB/s)\n",
+               dev_dbg(q->dev, "%u bytes read in %u us (%llu.%llu MB/s)\n",
                                op->data.nbytes, us_passed, mb_int, mb_frac);
        }
 
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#9571): 
https://lists.yoctoproject.org/g/linux-yocto/message/9571
Mute This Topic: https://lists.yoctoproject.org/mt/81451077/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to