iommu/amd: Do not iterate over alias-list in __[attach|detach]_device
authorJoerg Roedel <jroedel@suse.de>
Tue, 20 Oct 2015 15:33:35 +0000 (17:33 +0200)
committerJoerg Roedel <jroedel@suse.de>
Wed, 21 Oct 2015 09:29:27 +0000 (11:29 +0200)
commit150952f96941cb13371770ce0cf47906647d8bba
tree678fd9e52ac4d03ac7f2ad5629c3bd9617cb0c53
parentf34c73f55a06ac443c492fc11b85f7a44dfdc112
iommu/amd: Do not iterate over alias-list in __[attach|detach]_device

The alias list is handled aleady by iommu core code. No need
anymore to handle it in this part of the AMD IOMMU code

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