commit | 35e639d1f7571a1f194999910e4b0be6a81356ea | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Mon Dec 08 11:27:08 2014 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon Dec 22 12:34:23 2014 +0530 |
tree | 8a03c29100a74e62c4e2b976c525be79eef60d32 | |
parent | f67bcc404249ed3fdedec250b24c705564802f21 [diff] |
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 <vinod.koul@intel.com>