Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331516
b: refs/heads/master
c: 2166f0e
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Joerg Roedel committed Sep 18, 2012
1 parent 91c159c commit ee9ab3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f8ffcc9279f90ba3790c6dc0f01207ad6ea1c8df
refs/heads/master: 2166f0eefc435b1e99d1b179e1294ee2bf7f7bd9
1 change: 0 additions & 1 deletion trunk/drivers/iommu/amd_iommu_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include <linux/msi.h>
#include <linux/amd-iommu.h>
#include <linux/export.h>
#include <linux/acpi.h>
#include <acpi/acpi.h>
#include <asm/pci-direct.h>
#include <asm/iommu.h>
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/iommu/exynos-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,8 @@ static void exynos_iommu_detach_device(struct iommu_domain *domain,
if (__exynos_sysmmu_disable(data)) {
dev_dbg(dev, "%s: Detached IOMMU with pgtable %#lx\n",
__func__, __pa(priv->pgtable));
list_del_init(&data->node);
list_del(&data->node);
INIT_LIST_HEAD(&data->node);

} else {
dev_dbg(dev, "%s: Detaching IOMMU with pgtable %#lx delayed",
Expand Down

0 comments on commit ee9ab3e

Please sign in to comment.