linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: joro@8bytes.org (Joerg Roedel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/1] iommu/io-pgtable: use size_t return type for all foo_unmap
Date: Tue, 13 Feb 2018 19:33:30 +0100	[thread overview]
Message-ID: <20180213183330.6su6gc3uctpvaa2e@8bytes.org> (raw)
In-Reply-To: <1517853559-5869-1-git-send-email-vivek.gautam@codeaurora.org>

On Mon, Feb 05, 2018 at 11:29:19PM +0530, Vivek Gautam wrote:
> Unmap returns a size_t all throughout the IOMMU framework.
> Make io-pgtable match this convention.
> Moreover, there isn't a need to have a signed int return type
> as we return 0 in case of failures.
> 
> Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org>
> ---
>  drivers/iommu/io-pgtable-arm-v7s.c | 21 +++++++++++----------
>  drivers/iommu/io-pgtable-arm.c     | 24 ++++++++++++------------
>  drivers/iommu/io-pgtable.h         |  4 ++--
>  3 files changed, 25 insertions(+), 24 deletions(-)

Applied, thanks.

      parent reply	other threads:[~2018-02-13 18:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-05 17:59 [PATCH 1/1] iommu/io-pgtable: use size_t return type for all foo_unmap Vivek Gautam
2018-02-05 18:08 ` Robin Murphy
2018-02-05 18:21   ` Vivek Gautam
2018-02-13 18:33 ` Joerg Roedel [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=20180213183330.6su6gc3uctpvaa2e@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).