From: Vinod Koul Date: Mon, 8 Dec 2014 05:54:09 +0000 (+0530) Subject: dmaengine: mxs-dma: fix incompatible pointer type build warns X-Git-Tag: fixes-v4.0-rc1~64^2~27^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a29c3956369b0a993fc41d4ec29289587bd16249;p=pandora-kernel.git 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: Vinod Koul --- Reading git-diff-tree failed