Commit 74414a94 authored by Nicolas Ferre's avatar Nicolas Ferre Committed by 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: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent bec44c45
......@@ -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);
err_buf:
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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment