Re: [PATCH] dmaengine: stm32-mdma: Add a check on read_u32_array

2019-01-04 Thread Vinod Koul
On 28-12-18, 13:26, Aditya Pakki wrote: > In stm32_mdma_probe, after reading the property "st,ahb-addr-masks", the > second call is not checked for failure. This time of check to time of use > case of "count" error is sent upstream. Applied, thanks -- ~Vinod

Re: [PATCH] dmaengine: stm32-mdma: Add a check on read_u32_array

2019-01-04 Thread Pierre Yves MORDRET
Hello Acked-by: Pierre-Yves MORDRET Regards On 12/28/18 8:26 PM, Aditya Pakki wrote: > In stm32_mdma_probe, after reading the property "st,ahb-addr-masks", the > second call is not checked for failure. This time of check to time of use > case of "count" error is sent upstream. > >

[PATCH] dmaengine: stm32-mdma: Add a check on read_u32_array

2018-12-28 Thread Aditya Pakki
In stm32_mdma_probe, after reading the property "st,ahb-addr-masks", the second call is not checked for failure. This time of check to time of use case of "count" error is sent upstream. Signed-off-by: Aditya Pakki --- drivers/dma/stm32-mdma.c | 4 +++- 1 file changed, 3 insertions(+), 1