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

dmaengine: mxs-dma: fix incompatible pointer type build warns



drivers/dma/mxs-dma.c: In function 'mxs_dma_probe':
drivers/dma/mxs-dma.c:848:35: warning: assignment from incompatible pointer type [enabled by default]
drivers/dma/mxs-dma.c:849:36: 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 6269591b
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