commit | a29c3956369b0a993fc41d4ec29289587bd16249 | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Mon Dec 08 11:24:09 2014 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon Dec 22 12:34:23 2014 +0530 |
tree | 28200cce1bb668720c6baa3d553f5ea9c4e2b4b9 | |
parent | 6269591b989878992be443f77caa9ca4738dfaaf [diff] |
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 <vinod.koul@intel.com>