commit | 2cc44e63184245c2b977ca8739b2e8aab63e3d38 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Wed Sep 05 15:08:56 2012 +0800 |
committer | Vinod Koul <vinod.koul@linux.intel.com> | Fri Sep 14 08:38:10 2012 +0530 |
tree | d41164dac85df12298bf160b8573e05308417d1a | |
parent | 5e97fa91492b4943f25228e08d24abb31e5bce50 [diff] |
dma: tegra: use list_move_tail instead of list_del/list_add_tail Using list_move_tail() instead of list_del() + list_add_tail(). 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> Acked-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>