Re: [PATCH v2 05/22] EDAC/amd64: Remove early_channel_count()

From: Yazen Ghannam
Date: Mon Feb 13 2023 - 11:55:24 EST


On Fri, Feb 10, 2023 at 01:16:29PM +0100, Borislav Petkov wrote:
> On Fri, Jan 27, 2023 at 05:04:02PM +0000, Yazen Ghannam wrote:
> > The early_channel_count() function seems to have been useful in the past
> > for knowing how many EDAC mci structures to populate. However, this is no
> > longer needed as the maximum channel count for a system is used instead.
> >
> > Remove the early_channel_count() helper functions and related code. Use the
> > size of the channel layer when iterating over channel structures.
> >
> > Signed-off-by: Yazen Ghannam <yazen.ghannam@xxxxxxx>
> > ---
> > Link:
> > https://lore.kernel.org/r/20220509145534.44912-1-yazen.ghannam@xxxxxxx
> >
> > v1->v2:
> > * New in v2.
> >
> > drivers/edac/amd64_edac.c | 116 +-------------------------------------
> > drivers/edac/amd64_edac.h | 2 -
> > 2 files changed, 2 insertions(+), 116 deletions(-)
>
> First 5 patches: applied, thanks.
>

Thank you!

-Yazen