提交 042bc9c0 编写于 作者: N Nicolas Ferre 提交者: Artem Bityutskiy

mtd: atmel_nand: trivial: change DMA usage information trace

Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: NArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
上级 2130ad32
......@@ -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");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册