commit | 6eebf2de9e315dbad4f5f5d8f9faa249a38f5f09 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Wed Sep 05 14:53:46 2012 +0800 |
committer | David Brown <davidb@codeaurora.org> | Thu Sep 13 11:12:50 2012 -0700 |
tree | fc2b36f693cbcbaf25d6206afdec221fca4dd474 | |
parent | 3b5909deb3ed276727d248a5289954a142b2c686 [diff] |
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>