dmaengine: stm32-dma: Fix redundant call to platform_get_irq
authorAmelie Delaunay <amelie.delaunay@st.com>
Tue, 7 May 2019 07:54:41 +0000 (09:54 +0200)
committerVinod Koul <vkoul@kernel.org>
Tue, 21 May 2019 04:39:24 +0000 (10:09 +0530)
commite40543931fe34d7808bf87398a0daca44c919d25
tree8592ec98fe2690eae1511079ccbe54ce6d4a8337
parentd8b9626af54605c30f0ff4eebf6f7360e2212a89
dmaengine: stm32-dma: Fix redundant call to platform_get_irq

Commit c6504be53972 ("dmaengine: stm32-dma: Fix unsigned variable compared
with zero") duplicated the call to platform_get_irq.
So remove the first call to platform_get_irq.

Fixes: c6504be53972 ("dmaengine: stm32-dma: Fix unsigned variable compared with zero")
Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/stm32-dma.c