git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35e639d
)
dmaengine: tegra: fix incompatible pointer type warns
author
Vinod Koul
<vinod.koul@intel.com>
Mon, 8 Dec 2014 06:00:17 +0000
(11:30 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Mon, 22 Dec 2014 07:04:23 +0000
(12:34 +0530)
drivers/dma/tegra20-apb-dma.c:1428:37: warning: assignment from incompatible pointer type [enabled by default]
drivers/dma/ste_dma40.c: In function 'd40_terminate_all':
The function prototype expects return type 'int' whereas these where void
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
No differences found