* [PATCH -next] edac: i5100_edac: Remove unused inline function i5100_nrecmema_dm_buf_id()
@ 2022-05-14 8:04 YueHaibing
2022-05-17 15:56 ` Borislav Petkov
0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2022-05-14 8:04 UTC (permalink / raw)
To: bp, mchehab, tony.luck, james.morse, rric, yuehaibing
Cc: linux-edac, linux-kernel
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);
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH -next] edac: i5100_edac: Remove unused inline function i5100_nrecmema_dm_buf_id()
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
0 siblings, 0 replies; 2+ messages in thread
From: Borislav Petkov @ 2022-05-17 15:56 UTC (permalink / raw)
To: YueHaibing
Cc: mchehab, tony.luck, james.morse, rric, linux-edac, linux-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-17 15:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox