From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1430194AbdDYM1V (ORCPT ); Tue, 25 Apr 2017 08:27:21 -0400 Received: from 8bytes.org ([81.169.241.247]:54767 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1176761AbdDYM06 (ORCPT ); Tue, 25 Apr 2017 08:26:58 -0400 Date: Tue, 25 Apr 2017 14:26:51 +0200 From: Joerg Roedel To: Will Deacon Cc: Peng Fan , robin.murphy@arm.com, linux-arm-kernel@lists.infradead.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] iommu: arm-smmu: correct sid to mask Message-ID: <20170425122651.GI7266@8bytes.org> References: <1492765416-30835-1-git-send-email-peng.fan@nxp.com> <20170424155453.GP12323@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170424155453.GP12323@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > > Joerg: do you mind picking this one up, please? Applied, thanks.