Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74414a94 authored by Nicolas Ferre's avatar Nicolas Ferre Committed by Brian Norris
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}