forked from Minki/linux
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:
parent
2130ad32a0
commit
042bc9c0c4
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user