]> bbs.cooldavid.org Git - net-next-2.6.git/commit
intel-iommu: make domain_add_dev_info() call domain_context_mapping()
authorDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 9 Aug 2009 09:53:41 +0000 (10:53 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 9 Aug 2009 09:53:50 +0000 (10:53 +0100)
commit5fe60f4e5871b64e687229199fafd4ef13cd0886
tree8a4967096922ffbed25d4918ab9ddefebbee215b
parenta131bc185528331451a93db6c50a7d2070376a61
intel-iommu: make domain_add_dev_info() call domain_context_mapping()

All callers of the former were also calling the latter, in one order or
the other, and failing to correctly clean up if the second returned
failure.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/pci/intel-iommu.c