[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87603dx700.fsf@belgarion.home>
Date: Thu, 24 May 2018 20:07:11 +0200
From: Robert Jarzmik <robert.jarzmik@...e.fr>
To: Miquel Raynal <miquel.raynal@...tlin.com>,
Daniel Mack <daniel@...que.org>,
Haojian Zhuang <haojian.zhuang@...il.com>,
Ezequiel Garcia <ezequiel.garcia@...e-electrons.com>,
Boris Brezillon <boris.brezillon@...e-electrons.com>,
David Woodhouse <dwmw2@...radead.org>,
Brian Norris <computersforpeace@...il.com>
Cc: linux-kernel@...r.kernel.org, linux-mtd@...ts.infradead.org
Subject: Re: [PATCH v2 05/13] mtd: rawnand: marvell: remove the dmaengine compat need
Miquel Raynal <miquel.raynal@...tlin.com> 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
Powered by blists - more mailing lists