Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331536
b: refs/heads/master
c: 821f0f6
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Joerg Roedel committed Oct 2, 2012
1 parent 4f0a70c commit aadc695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bdddadcb0783b965f524b6f43c475390f5f76765
refs/heads/master: 821f0f68ca5fa93c757a892129392e751a7407a3
1 change: 1 addition & 0 deletions trunk/drivers/iommu/amd_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -3865,6 +3865,7 @@ static struct irq_remap_table *get_irq_table(u16 devid, bool ioapic)
table->table = kmem_cache_alloc(amd_iommu_irq_cache, GFP_ATOMIC);
if (!table->table) {
kfree(table);
table = NULL;
goto out;
}

Expand Down

0 comments on commit aadc695

Please sign in to comment.