iommu/vt-d: Simplify domain_remove_dev_info()
authorJoerg Roedel <jroedel@suse.de>
Tue, 21 Jul 2015 16:25:11 +0000 (18:25 +0200)
committerJoerg Roedel <jroedel@suse.de>
Wed, 12 Aug 2015 14:23:35 +0000 (16:23 +0200)
commit76f45fe35c7a54e6fe5539660db2c8cfb23a2972
tree306c36884a928e19a88fd03554005650fc0a03ba
parentb608ac3b6d54c38d6cf0eb91547f0f960633eb2d
iommu/vt-d: Simplify domain_remove_dev_info()

Just call domain_remove_one_dev_info() for all devices in
the domain instead of reimplementing the functionality.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/intel-iommu.c