AMD IOMMU: don't BUG() when we don't have to
authorJan Beulich <jbeulich@suse.com>
Mon, 18 Feb 2013 08:37:35 +0000 (09:37 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 18 Feb 2013 08:37:35 +0000 (09:37 +0100)
commitf547d42ec0306cdceffb8f7603c7e6f8977cf398
treef647346db039168249810294724596950fe56960
parent825ea023c1fe1c466a5c134cc65e4c95e0874b48
AMD IOMMU: don't BUG() when we don't have to

find_iommu_for_device() can easily return NULL instead, as all of its
callers are prepared for that.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
xen/drivers/passthrough/amd/pci_amd_iommu.c