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

dmaengine: ste_dma: fix incompatible pointer type warns



drivers/dma/ste_dma40.c:2627:3: warning: 'return' with a value, in function returning void [enabled by default]
drivers/dma/ste_dma40.c: In function 'd40_ops_init':
drivers/dma/ste_dma40.c:2869:28: warning: assignment from incompatible pointer type [enabled by default]

The function prototype expects return type 'int' whereas these where void

Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent f67bcc40
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