From: Yijing Wang Date: Thu, 31 Oct 2013 09:26:04 +0000 (+0800) Subject: iommu/vt-d: Use list_for_each_entry_safe() for dmar_domain->devices traversal X-Git-Tag: v3.13-rc1~79^2^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bca2b916f3d5c5bcb3d9d38fc1e4cb4d83b1d8a8;p=pandora-kernel.git iommu/vt-d: Use list_for_each_entry_safe() for dmar_domain->devices traversal Replace list_for_each_safe() + list_entry() with the simpler list_for_each_entry_safe(). Signed-off-by: Yijing Wang Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed