Re: [PATCH] dmaengine: stm32-dma: Fix static checker warning

2015-12-05 Thread Vinod Koul
On Tue, Nov 24, 2015 at 09:52:35AM +0100, M'boumba Cedric Madianga wrote: Title should say what is fixes rather than what flagged it off > This patch fix an unchecked dereference warning by returning operation > not permitted when stm32_dma_start_transfer() does not succeed to allocate > a virtua

[PATCH] dmaengine: stm32-dma: Fix static checker warning

2015-11-24 Thread M'boumba Cedric Madianga
This patch fix an unchecked dereference warning by returning operation not permitted when stm32_dma_start_transfer() does not succeed to allocate a virtual channel descriptor. Signed-off-by: M'boumba Cedric Madianga --- drivers/dma/stm32-dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-