Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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");