Skip to content
Commit c6504be5 authored by Vinod Koul's avatar Vinod Koul
Browse files

dmaengine: stm32-dma: Fix unsigned variable compared with zero

Commit f4fd2ec0: ("dmaengine: stm32-dma: use platform_get_irq()") used
unsigned variable irq to store the results and check later for negative
errors, so update the code to use signed variable for this

Fixes: f4fd2ec0

 ("dmaengine: stm32-dma: use platform_get_irq()")
Reported-by: default avatarkbuild test robot <lkp@intel.com>
Reported-by: default avatarJulia Lawall <julia.lawall@lip6.fr>
Acked-by: default avatarJulia Lawall <julia.lawall@lip6.fr>
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent f4fd2ec0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment