Re: [PATCH net] net: phy: bcm7xxx: Add missing 16nm EPHY statistics

From: Florian Fainelli
Date: Tue Oct 17 2023 - 16:38:01 EST


On 10/17/23 12:45, Simon Horman wrote:
On Mon, Oct 16, 2023 at 11:44:28AM -0700, Florian Fainelli wrote:
The .probe() function would allocate the necessary space and ensure that
the library call sizes the nunber of statistics but the callbacks
necessary to fetch the name and values were not wired up.

Reported-by: Justin Chen <justin.chen@xxxxxxxxxxxx>
Fixes: 1b89b3dce34c ("net: phy: bcm7xxx: Add EPHY entry for 72165")

Should the fixes tag be as follows?

Fixes: f68d08c437f9 ("net: phy: bcm7xxx: Add EPHY entry for 72165")

Yes it should, it looks like 1b89b3dce34c was from our downstream tree. Let me re-submit with the correct Fixes tag then, thanks Simon!
--
Florian