提交 74414a94 编写于 作者: N Nicolas Ferre 提交者: Brian Norris

mtd: atmel_nand: change log level

PIO fall back is not an issue, so don't make this much noise.
Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
上级 bec44c45
...@@ -430,7 +430,7 @@ static int atmel_nand_dma_op(struct mtd_info *mtd, void *buf, int len, ...@@ -430,7 +430,7 @@ static int atmel_nand_dma_op(struct mtd_info *mtd, void *buf, int len,
dma_unmap_single(dma_dev->dev, phys_addr, len, dir); dma_unmap_single(dma_dev->dev, phys_addr, len, dir);
err_buf: err_buf:
if (err != 0) if (err != 0)
dev_warn(host->dev, "Fall back to CPU I/O\n"); dev_dbg(host->dev, "Fall back to CPU I/O\n");
return err; return err;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册