]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: msm: dma: use list_move_tail instead of list_del/list_add_tail
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Wed, 5 Sep 2012 06:53:46 +0000 (14:53 +0800)
committerDavid Brown <davidb@codeaurora.org>
Thu, 13 Sep 2012 18:12:50 +0000 (11:12 -0700)
commit128de6bd1be5d39ff699a349f8c9eaa67c0307ee
treefc2b36f693cbcbaf25d6206afdec221fca4dd474
parent56a5deea8b88d2487cce06c26b7b993c7b601c3f
ARM: msm: dma: 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>
Signed-off-by: David Brown <davidb@codeaurora.org>
arch/arm/mach-msm/dma.c