Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200454
b: refs/heads/master
c: 00dfff7
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and David Woodhouse committed Jun 15, 2010
1 parent 183dfe2 commit c6ac4c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 25cbff1660d3f4c059a178a1e5b851be6d70c5e8
refs/heads/master: 00dfff77e7184140dc45724c7232e99302f6bf97
3 changes: 2 additions & 1 deletion trunk/drivers/pci/intel-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1874,14 +1874,15 @@ static struct dmar_domain *get_domain_for_dev(struct pci_dev *pdev, int gaw)
}
}
if (found) {
spin_unlock_irqrestore(&device_domain_lock, flags);
free_devinfo_mem(info);
domain_exit(domain);
domain = found;
} else {
list_add(&info->link, &domain->devices);
list_add(&info->global, &device_domain_list);
spin_unlock_irqrestore(&device_domain_lock, flags);
}
spin_unlock_irqrestore(&device_domain_lock, flags);
}

found_domain:
Expand Down

0 comments on commit c6ac4c0

Please sign in to comment.