aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iommu/amd_iommu.c')
-rw-r--r--drivers/iommu/amd_iommu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/amd_iommu.c b/drivers/iommu/amd_iommu.c
index 312dd4dd4791..ff16c5ece735 100644
--- a/drivers/iommu/amd_iommu.c
+++ b/drivers/iommu/amd_iommu.c
@@ -3865,6 +3865,7 @@ static struct irq_remap_table *get_irq_table(u16 devid, bool ioapic)
3865 table->table = kmem_cache_alloc(amd_iommu_irq_cache, GFP_ATOMIC); 3865 table->table = kmem_cache_alloc(amd_iommu_irq_cache, GFP_ATOMIC);
3866 if (!table->table) { 3866 if (!table->table) {
3867 kfree(table); 3867 kfree(table);
3868 table = NULL;
3868 goto out; 3869 goto out;
3869 } 3870 }
3870 3871