Skip to content
Snippets Groups Projects
Commit 042bc9c0 authored by Nicolas Ferre's avatar Nicolas Ferre Committed by Artem Bityutskiy
Browse files

mtd: atmel_nand: trivial: change DMA usage information trace

parent 2130ad32
No related merge requests found
......@@ -611,7 +611,8 @@ static int __init atmel_nand_probe(struct platform_device *pdev)
}
}
if (use_dma)
dev_info(host->dev, "Using DMA for NAND access.\n");
dev_info(host->dev, "Using %s for DMA transfers.\n",
dma_chan_name(host->dma_chan));
else
dev_info(host->dev, "No DMA support for NAND access.\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment