public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Morey-Chaisemartin <NMoreyChaisemartin-l3A5Bk7waGM@public.gmane.org>
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH rdma-core] util: fix bad argument passed to s390_mmio_write
Date: Fri, 4 Aug 2017 14:05:06 +0200	[thread overview]
Message-ID: <feb115da-d40f-f5b0-ce16-98989d209eca@suse.de> (raw)
In-Reply-To: <7e93dac1-6b15-6ca0-efba-6c05b92afe17-PVCUbA2IIkVH1sytvemUSjhD77mM7E+b@public.gmane.org>

Sorry about this one. Sent from the wrong address. Please ignore

Le 04/08/2017 à 11:18, Nicolas Morey-Chaisemartin a écrit :
> Signed-off-by: Nicolas Morey-Chaisemartin <NMoreyChaisemartin-IBi9RG/b67k@public.gmane.org>
> ---
>  util/mmio.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/util/mmio.h b/util/mmio.h
> index be22fb76..101af9dd 100644
> --- a/util/mmio.h
> +++ b/util/mmio.h
> @@ -208,7 +208,7 @@ __le64 mmio_read64_le(const void *addr);
>  #ifdef __s390x__
>  static inline void mmio_memcpy_x64(void *dest, const void *src, size_t bytecnt)
>  {
> -	s390_mmio_write(addr, src, bytecnt);
> +	s390_mmio_write(dest, src, bytecnt);
>  }
>  #else
>  

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2017-08-04 12:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-04  9:18 [PATCH rdma-core] util: fix bad argument passed to s390_mmio_write Nicolas Morey-Chaisemartin
     [not found] ` <7e93dac1-6b15-6ca0-efba-6c05b92afe17-PVCUbA2IIkVH1sytvemUSjhD77mM7E+b@public.gmane.org>
2017-08-04 12:05   ` Nicolas Morey-Chaisemartin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-08-04  9:20 Nicolas Morey-Chaisemartin
     [not found] ` <a30f4084-1f1b-44c3-ac03-c627586e0604-l3A5Bk7waGM@public.gmane.org>
2017-08-04 15:35   ` Jason Gunthorpe
     [not found]     ` <20170804153528.GB9472-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-08-21 14:26       ` Nicolas Morey-Chaisemartin
     [not found]         ` <75eaeecd-68f0-ac8f-a948-e972ed9d5ec9-l3A5Bk7waGM@public.gmane.org>
2017-08-21 14:55           ` Leon Romanovsky

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=feb115da-d40f-f5b0-ce16-98989d209eca@suse.de \
    --to=nmoreychaisemartin-l3a5bk7wagm@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.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