From: Wei Yongjun Date: Wed, 5 Sep 2012 06:53:46 +0000 (+0800) Subject: ARM: msm: dma: use list_move_tail instead of list_del/list_add_tail X-Git-Tag: omap-cleanup-local-headers-for-v3.7~36^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eebf2de9e315dbad4f5f5d8f9faa249a38f5f09;p=pandora-kernel.git 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 Signed-off-by: David Brown --- Reading git-diff-tree failed