iommu/amd: Use acpi_get_table instead of acpi_table_parse
authorJoerg Roedel <joerg.roedel@amd.com>
Mon, 11 Jun 2012 15:45:25 +0000 (17:45 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Tue, 17 Jul 2012 10:14:56 +0000 (12:14 +0200)
commit02f3b3f5449cd0d9c4fb2c6f85f2973adefb7c72
treefc5eccc0912ae08d5cc2c09c45558e8282d3747d
parent98f1ad258254d89ffb550a36d59caf9127a9d53f
iommu/amd: Use acpi_get_table instead of acpi_table_parse

This makes it easier to propagate errors while parsing the
IVRS table and makes the amd_iommu_init_err hack obsolete.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
drivers/iommu/amd_iommu_init.c