Re: [PATCH net-next v7 1/6] net: dsa: motorcomm: initialize dsa_switch based on chipid

From: David Yang

Date: Wed Sep 16 2026 - 13:51:52 EST


On Mon, Sep 14, 2026 at 6:30 PM Kyle Switch <kyle.switch@xxxxxxxxxxxxxx> wrote:
> static const struct of_device_id yt921x_of_match[] = {
> - { .compatible = "motorcomm,yt9215" },
> - {}
> + { .compatible = "motorcomm,yt9215", },
> + { /* sentinel */ }
> };
> MODULE_DEVICE_TABLE(of, yt921x_of_match);

Meaningless.