From: Wei Yongjun Date: Thu, 6 Sep 2012 04:34:09 +0000 (+0800) Subject: iommu/exynos: use list_del_init instead of list_del/INIT_LIST_HEAD X-Git-Tag: v3.7-rc1~93^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8ffcc9279f90ba3790c6dc0f01207ad6ea1c8df;p=pandora-kernel.git iommu/exynos: use list_del_init instead of list_del/INIT_LIST_HEAD Using list_del_init() instead of list_del() + INIT_LIST_HEAD(). spatch with a semantic match is used to found this problem. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed