Skip to content

Commit

Permalink
ramips: mt7621_nand: reduce log verbosity
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stintel authored and nbd168 committed Mar 25, 2022
1 parent 2f2e81a commit 89c1959
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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);

Expand Down

0 comments on commit 89c1959

Please sign in to comment.