Re: [PATCH] iommu: arm-smmu: correct sid to mask

From: Joerg Roedel
Date: Tue Apr 25 2017 - 08:27:35 EST


On Mon, Apr 24, 2017 at 04:54:54PM +0100, Will Deacon wrote:
> On Fri, Apr 21, 2017 at 05:03:36PM +0800, Peng Fan wrote:
> > - sid, smmu->smr_mask_mask);
> > + mask, smmu->smr_mask_mask);
> > goto out_free;
>
> Looks like a copy-paste error to me:
>
> Acked-by: Will Deacon <will.deacon@xxxxxxx>
>
> Joerg: do you mind picking this one up, please?

Applied, thanks.