commit | 921eeadbbdd7ffba16937a3b63e408c980c39db6 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Mon Aug 27 12:40:42 2012 +0800 |
committer | Vinod Koul <vinod.koul@linux.intel.com> | Tue Sep 18 08:55:17 2012 +0530 |
tree | 962e2735076b8704ea62003b0c41bb06dda8b250 | |
parent | 5557a419d44d063be665100086adf4721d41ea49 [diff] |
dmaengine: use kmem_cache_zalloc instead of kmem_cache_alloc/memset 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>