From: joro@8bytes.org (joro at 8bytes.org)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] iommu: arm-smmu: avoid build warning
Date: Tue, 3 Feb 2015 18:54:15 +0100 [thread overview]
Message-ID: <20150203175415.GB29585@8bytes.org> (raw)
In-Reply-To: <20150202102048.GB30699@arm.com>
On Mon, Feb 02, 2015 at 10:20:49AM +0000, Will Deacon wrote:
> On Fri, Jan 30, 2015 at 09:55:55PM +0000, Arnd Bergmann wrote:
> > - reg = (iova & ~0xfff) >> 32;
> > + reg = ((u64)iova & ~0xfff) >> 32;
> > writel_relaxed(reg, cb_base + ARM_SMMU_CB_ATS1PR_HI);
> > }
>
> Thanks, Arnd.
>
> Acked-by: Will Deacon <will.deacon@arm.com>
>
> Joerg, could you pick this one up directly please? I don't have any other
> ARM SMMU fixes queued at the moment.
Done, thanks.
prev parent reply other threads:[~2015-02-03 17:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-30 21:55 [PATCH] iommu: arm-smmu: avoid build warning Arnd Bergmann
2015-02-02 10:20 ` Will Deacon
2015-02-03 17:54 ` joro at 8bytes.org [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150203175415.GB29585@8bytes.org \
--to=joro@8bytes.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).