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