Re: [PATCH net-next v5 3/6] net: dsa: motorcomm: relocate MIB polling initialization to dsa_setup()

From: David Yang

Date: Fri Sep 04 2026 - 13:30:19 EST


On Fri, Sep 4, 2026 at 5:54 PM Kyle Switch <kyle.switch@xxxxxxxxxxxxxx> wrote:
>
> Move MIB polling start from probe() to dsa_setup() so that it can
> be conditionally enabled based on the actual switch family support,
> avoiding attempts to enable it on unsupported switch families.
>
> Signed-off-by: Kyle Switch <kyle.switch@xxxxxxxxxxxxxx>
> ---
> drivers/net/dsa/motorcomm/chip.c | 15 ++++++++-------
> 1 file changed, 8 insertions(+), 7 deletions(-)

I didn't see this patch being used afterwards (and patch 6 seems missing).

I'm not against the patch, but if you don't use it, please post it in
another series.