Re: [PATCH 2/9] ACPI/IORT: Use helper functions to access dev->iommu_fwspec

From: Joerg Roedel
Date: Thu Dec 06 2018 - 08:53:16 EST


Hi Robin,

On Wed, Dec 05, 2018 at 05:50:23PM +0000, Robin Murphy wrote:
> This needs to reload the new fwspec initialised by iort_iommu_xlate(), in
> the same manner as the OF code. I think the best thing to do is encapsulate
> the dev_iommu_fwspec_get() call in iort_fwspec_iommu_ops(), and have that
> take dev as its argument directly.

Yeah, that makes sense. I changed the patch this way.

Thanks,

Joerg