Re: [PATCH net-next v2 4/4] net: dsa: soce: Add basic support for SoC-e switch IP cores

From: Vasilij Strassheim

Date: Tue Sep 08 2026 - 06:57:44 EST


On Tue, 2026-09-08 at 10:25 +0200, Kurt Kanzenbach wrote:
> On Thu Sep 03 2026, Vasilij Strassheim wrote:
> > +static const struct of_device_id soce_of_match[] = {
> > + { .compatible = "soce,swip-00-04-0c-10",
> > + .data = &soce_probe_desc_swip_00_04_0c_10 },
> > + { /* sentinel */ },
> > +};
>
> In case you repost, remove the comma ;-). See
>
> https://lore.kernel.org/netdev/20260904043724.2955444-1-s-vadapalli@xxxxxx/
>

I'll do that.
Thanks for pointing that out, I would have probably missed it.

Cheers,
Vasilij