mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
mtd: atmel_nand: change log level
PIO fall back is not an issue, so don't make this much noise. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
parent
bec44c45c2
commit
74414a945a
@ -430,7 +430,7 @@ err_dma:
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user