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:
5557a41
)
dmaengine: use kmem_cache_zalloc instead of kmem_cache_alloc/memset
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Mon, 27 Aug 2012 04:40:42 +0000
(12:40 +0800)
committer
Vinod Koul
<vinod.koul@linux.intel.com>
Tue, 18 Sep 2012 03:25:17 +0000
(08:55 +0530)
Using kmem_cache_zalloc() instead of kmem_cache_alloc() and memset().
spatch with a semantic match is used to found this problem.
(http://coccinelle.lip6.fr/)
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
No differences found