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

From: Hanjun Guo
Date: Mon Dec 17 2018 - 04:18:17 EST


On 2018/12/11 20:19, Joerg Roedel wrote:
> From: Joerg Roedel <jroedel@xxxxxxx>
>
> Use the new helpers dev_iommu_fwspec_get()/set() to access
> the dev->iommu_fwspec pointer. This makes it easier to move
> that pointer later into another struct.
>
> Cc: Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx>
> Signed-off-by: Joerg Roedel <jroedel@xxxxxxx>
> ---
> drivers/acpi/arm64/iort.c | 19 ++++++++++---------
> 1 file changed, 10 insertions(+), 9 deletions(-)

Acked-by: Hanjun Guo <hanjun.guo@xxxxxxxxxx>

Thanks
Hanjun