[openwrt/openwrt] ramips: mt7621_nand: reduce log verbosity

LEDE Commits lede-commits at lists.infradead.org
Tue Oct 11 01:25:26 PDT 2022


nbd pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/1918404b1d57f12719f4668cf7f841ecafbe0aa7

commit 1918404b1d57f12719f4668cf7f841ecafbe0aa7
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Wed Jan 19 17:59:51 2022 +0200

    ramips: mt7621_nand: reduce log verbosity
    
    Avoid flooding the log with the message below by increasing the log
    level to debug:
    
      mt7621-nand 1e003000.nand: Using programmed access timing: 31c07388
    
    Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
    (cherry-picked from commit 89c195925109d2b59f284bfdd23a3d853c67e27b)
---
 target/linux/ramips/files/drivers/mtd/nand/raw/mt7621_nand.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ramips/files/drivers/mtd/nand/raw/mt7621_nand.c b/target/linux/ramips/files/drivers/mtd/nand/raw/mt7621_nand.c
index f9d617b520..04bc6040c6 100644
--- a/target/linux/ramips/files/drivers/mtd/nand/raw/mt7621_nand.c
+++ b/target/linux/ramips/files/drivers/mtd/nand/raw/mt7621_nand.c
@@ -759,7 +759,7 @@ static int mt7621_nfc_setup_interface(struct nand_chip *nand, int csline,
 
 	acccon = ACCTIMING(tpoecs, tprecs, tc2r, tw2r, twh, twst, trlt);
 
-	dev_info(nfc->dev, "Using programmed access timing: %08x\n", acccon);
+	dev_dbg(nfc->dev, "Using programmed access timing: %08x\n", acccon);
 
 	nfi_write32(nfc, NFI_ACCCON, acccon);
 




More information about the lede-commits mailing list