From: Wei Yongjun Date: Wed, 5 Sep 2012 07:08:56 +0000 (+0800) Subject: dma: tegra: use list_move_tail instead of list_del/list_add_tail X-Git-Tag: v3.7-rc1~68^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cc44e63184245c2b977ca8739b2e8aab63e3d38;p=pandora-kernel.git 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 Acked-by: Laxman Dewangan Signed-off-by: Vinod Koul --- Reading git-diff-tree failed