Miquel Raynal <miquel.ray...@bootlin.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

Reply via email to