ramips: mt7621_nand: reduce log verbosity
authorStijn Tintel <stijn@linux-ipv6.be>
Wed, 19 Jan 2022 15:59:51 +0000 (17:59 +0200)
committerFelix Fietkau <nbd@nbd.name>
Fri, 25 Mar 2022 20:11:09 +0000 (21:11 +0100)
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@linux-ipv6.be>
target/linux/ramips/files/drivers/mtd/nand/raw/mt7621_nand.c

index f9d617b520ec4882b5330caae903eaba26188420..04bc6040c6ec15e2d5e55347265a8d3e93c11419 100644 (file)
@@ -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);