Re: [PATCH v2 05/13] mtd: rawnand: marvell: remove the dmaengine compat need

From: Robert Jarzmik
Date: Fri May 25 2018 - 07:00:35 EST


Miquel Raynal <miquel.raynal@xxxxxxxxxxx> writes:

> Hi Robert,

Actually, a last time error slipped in this patch here (I'm really doing poorly
on the copy paste side):
+ nfc->dma_chan = dma_request_slave_channel(&nfc->dev, "data");

This should rather be :
+ nfc->dma_chan = dma_request_slave_channel(nfc->dev, "data");

Would you grant your ack for the next iteration with this change folded in ?

Cheers.

--
Robert