提交 1918404b 编写于 作者: S Stijn Tintel 提交者: Felix Fietkau

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: NStijn Tintel <stijn@linux-ipv6.be>
(cherry-picked from commit 89c19592)
上级 07ea71c7
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册