RE: [v2 PATCH net 1/1] net: enetc: fix the deadlock of enetc_mdio_lock
From: Wei Fang
Date: Thu Sep 25 2025 - 01:55:16 EST
> @@ -2068,7 +2081,6 @@ static int enetc_poll(struct napi_struct *napi, int
> budget)
> v->rx_napi_work = true;
>
> if (!complete) {
> - enetc_unlock_mdio();
> return budget;
> }
Nit: It's just one line, so please remove the curly braces.
And please note that do not repost your patches within one 24h period.
See https://elixir.bootlin.com/linux/v6.17-rc7/source/Documentation/process/maintainer-netdev.rst#L15