intel-iommu: Fix get_domain_for_dev() error path
authorAlex Williamson <alex.williamson@redhat.com>
Fri, 4 Mar 2011 21:52:30 +0000 (14:52 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 9 May 2011 22:54:47 +0000 (15:54 -0700)
commitd9a176cac9bb6ff9439b4c1c9dadf28256f9fec0
tree08e926c1557eca7b73b19e61a525ec99f86a01c4
parent5cf96f2df3a6e956f53a10fa534a61b30d143abf
intel-iommu: Fix get_domain_for_dev() error path

commit 2fe9723df8e45fd247782adea244a5e653c30bf4 upstream.

If we run out of domain_ids and fail iommu_attach_domain(), we
fall into domain_exit() without having setup enough of the
domain structure for this to do anything useful.  In fact, it
typically runs off into the weeds walking the bogus domain->devices
list.  Just free the domain.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Acked-by: Donald Dutile <ddutile@redhat.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/intel-iommu.c