Re: [PATCH] intel-iommu: Fix lookup in add device

2012-11-17 Thread Joerg Roedel
On Tue, Nov 13, 2012 at 10:22:03AM -0700, Alex Williamson wrote: > We can't assume this device exists, fall back to the bridge itself. > > Signed-off-by: Alex Williamson > Tested-by: Matthew Thode > Cc: sta...@vger.kernel.org Applied to iommu/fixes, thanks. -- To unsubscribe from this list: se

Re: [PATCH] intel-iommu: Fix lookup in add device

2012-11-13 Thread Matthew Thode
On 11/13/2012 11:22 AM, Alex Williamson wrote: > We can't assume this device exists, fall back to the bridge itself. > > Signed-off-by: Alex Williamson > Tested-by: Matthew Thode > Cc: sta...@vger.kernel.org > --- > drivers/iommu/intel-iommu.c |4 ++-- > 1 file changed, 2 insertions(+), 2 d

[PATCH] intel-iommu: Fix lookup in add device

2012-11-13 Thread Alex Williamson
We can't assume this device exists, fall back to the bridge itself. Signed-off-by: Alex Williamson Tested-by: Matthew Thode Cc: sta...@vger.kernel.org --- drivers/iommu/intel-iommu.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/iommu/intel-iommu.c b/drivers