Hi Robert, On Thu, 24 May 2018 20:07:11 +0200, Robert Jarzmik <[email protected]> wrote:
> Miquel Raynal <[email protected]> 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

