All of lore.kernel.org
 help / color / mirror / Atom feed
From: Borislav Petkov <bp@alien8.de>
To: YueHaibing <yuehaibing@huawei.com>
Cc: mchehab@kernel.org, tony.luck@intel.com, james.morse@arm.com,
	rric@kernel.org, linux-edac@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH -next] edac: i5100_edac: Remove unused inline function i5100_nrecmema_dm_buf_id()
Date: Tue, 17 May 2022 17:56:53 +0200	[thread overview]
Message-ID: <YoPFxaLSi2kmC9Nf@zn.tnic> (raw)
In-Reply-To: <20220514080433.29944-1-yuehaibing@huawei.com>

On Sat, May 14, 2022 at 04:04:33PM +0800, YueHaibing wrote:
> commit a4972b1b9a04 ("edac: i5100_edac: Remove unused i5100_recmema_dm_buf_id")
> leave this behind, remove it.
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---
>  drivers/edac/i5100_edac.c | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/drivers/edac/i5100_edac.c b/drivers/edac/i5100_edac.c
> index 324a46b8479b..f5d82518c15e 100644
> --- a/drivers/edac/i5100_edac.c
> +++ b/drivers/edac/i5100_edac.c
> @@ -244,11 +244,6 @@ static inline u32 i5100_nrecmema_rank(u32 a)
>  	return a >>  8 & ((1 << 3) - 1);
>  }
>  
> -static inline u32 i5100_nrecmema_dm_buf_id(u32 a)
> -{
> -	return a & ((1 << 8) - 1);
> -}
> -
>  static inline u32 i5100_nrecmemb_cas(u32 a)
>  {
>  	return a >> 16 & ((1 << 13) - 1);
> -- 

Applied, thanks.

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

      reply	other threads:[~2022-05-17 15:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-14  8:04 [PATCH -next] edac: i5100_edac: Remove unused inline function i5100_nrecmema_dm_buf_id() YueHaibing
2022-05-17 15:56 ` Borislav Petkov [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=YoPFxaLSi2kmC9Nf@zn.tnic \
    --to=bp@alien8.de \
    --cc=james.morse@arm.com \
    --cc=linux-edac@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=rric@kernel.org \
    --cc=tony.luck@intel.com \
    --cc=yuehaibing@huawei.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.