Re: [PATCH 6/7] mtd: rawnand: qcom: Use dma_request_chan() instead dma_request_slave_channel()

From: Miquel Raynal
Date: Tue Mar 10 2020 - 14:30:39 EST


On Thu, 2020-02-27 at 12:37:48 UTC, Peter Ujfalusi wrote:
> dma_request_slave_channel() is a wrapper on top of dma_request_chan()
> eating up the error code.
>
> Use using dma_request_chan() directly to return the real error code.
>
> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@xxxxxx>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks.

Miquel