Re: Re: [PATCH -next v2] misc: pci_endpoint_test: Remove some unused functions
From: Krzysztof Wilczyński
Date: Thu Jul 04 2024 - 10:22:38 EST
Hello,
> > > These functions are defined in the pci_endpoint_test.c file, but not
> > > called elsewhere, so delete these unused functions.
> > >
> > > drivers/misc/pci_endpoint_test.c:144:19: warning: unused function 'pci_endpoint_test_bar_readl'.
> > > drivers/misc/pci_endpoint_test.c:150:20: warning: unused function 'pci_endpoint_test_bar_writel'.
> >
> > Have you see my question to the first version of this patch?
[...]
> The functions were removed in this patch : https://lore.kernel.org/linux-pci/20240322164139.678228-1-cassel@xxxxxxxxxx/
> So in linux-next they are indeed not used anymore.
>
> You applied it to misc : https://lore.kernel.org/linux-pci/20240517100929.GB202520@rocinante/
Ahh, it was sometime in May... I assumed we already got this into the
mainline, hence my confusion. Hard to remember what went out when.
Also, I looked only at our head branch first, as I always do, before
I noticed the updated tag.
Thank you for getting back to me. Appreciated.
I will get this applied against our pending "misc" branch, should sort
out the warnings on next.
Krzysztof