From: Wei Yongjun Date: Mon, 23 Sep 2013 06:07:20 +0000 (+0800) Subject: dma: mmp_pdma: use list_move instead of list_del/list_add X-Git-Tag: v3.13-rc1~29^2~23^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f358c289eec6dc3953706363e4515c800cec1d13;p=pandora-kernel.git dma: mmp_pdma: use list_move instead of list_del/list_add Using list_move() instead of list_del() + list_add(). Signed-off-by: Wei Yongjun Signed-off-by: Vinod Koul --- Reading git-diff-tree failed