Re: [PATCH v2 05/13] mtd: rawnand: marvell: remove the dmaengine compat need
From: Miquel Raynal
Date: Fri May 25 2018 - 07:59:51 EST
Hi Robert,
On Thu, 24 May 2018 20:07:11 +0200, Robert Jarzmik
<robert.jarzmik@xxxxxxx> wrote:
> 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 ?
Didn't spot it. But, sure, I'm okay with the changes :)
Thanks,
MiquÃl