commit | bca2b916f3d5c5bcb3d9d38fc1e4cb4d83b1d8a8 | [log] [tgz] |
---|---|---|
author | Yijing Wang <wangyijing@huawei.com> | Thu Oct 31 17:26:04 2013 +0800 |
committer | Joerg Roedel <joro@8bytes.org> | Fri Nov 01 14:18:48 2013 +0100 |
tree | 7e117edf5ad3b985d486ff13253f56b79e10de9c | |
parent | 8b161f0ee911369232b5b5c18f84b5072f5bd09e [diff] |
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 <wangyijing@huawei.com> Signed-off-by: Joerg Roedel <joro@8bytes.org>