From: Wei Yongjun Date: Tue, 26 Feb 2013 08:39:14 +0000 (+0800) Subject: ghes_edac: fix to use list_for_each_entry_safe() when delete list items X-Git-Tag: v3.9-rc1~33^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dae92a718570e6a942e0b882e53d25cab03b40f;p=pandora-kernel.git ghes_edac: fix to use list_for_each_entry_safe() when delete list items Since we will remove items off the list using list_del() we need to use a safe version of the list_for_each_entry() macro aptly named list_for_each_entry_safe(). Signed-off-by: Wei Yongjun Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed