Re: [PATCH] dmaengine: edma: Check the memory allocation for the memcpy dma device
On Wed, Mar 21, 2018 at 10:30:22AM +0200, Peter Ujfalusi wrote: > If the allocation fails then disable the memcpy support. Applied, thanks -- ~Vinod
[PATCH] dmaengine: edma: Check the memory allocation for the memcpy dma device
If the allocation fails then disable the memcpy support. Signed-off-by: Peter Ujfalusi --- drivers/dma/edma.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/dma/edma.c b/drivers/dma/edma.c index 5b197473106b..519e69e81fca 100644 --- a/drivers/dma/edma.c +++ b/drivers/dma/edma.