Re: [PATCH 2/2] iommu/arm-smmu-v3: Remove unnecessary wrapper function

2018-10-10 Thread Robin Murphy
On 10/10/18 11:29, Andrew Murray wrote: Simplify the code by removing an unnecessary wrapper function. This was left behind by commit 2f657add07a8 ("iommu/arm-smmu-v3: Specialise CMD_SYNC handling") Oops, sorry about that ;) Reviewed-by: Robin Murphy Signed-off-by: Andrew Murray ---

[PATCH 2/2] iommu/arm-smmu-v3: Remove unnecessary wrapper function

2018-10-10 Thread Andrew Murray
Simplify the code by removing an unnecessary wrapper function. This was left behind by commit 2f657add07a8 ("iommu/arm-smmu-v3: Specialise CMD_SYNC handling") Signed-off-by: Andrew Murray --- drivers/iommu/arm-smmu-v3.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff