mtd: atmel_nand: trivial: change DMA usage information trace

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
This commit is contained in:
Nicolas Ferre 2011-03-30 16:26:40 +08:00 committed by Artem Bityutskiy
parent 2130ad32a0
commit 042bc9c0c4

View File

@ -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");