Re: [PATCH net] net: phy: air_en8811h: reset netdev rules when LED is set manually

From: Paolo Abeni
Date: Thu May 09 2024 - 05:18:19 EST


Hi,

On Wed, 2024-05-08 at 01:51 +0100, Daniel Golle wrote:
> Setting LED_OFF via the brightness_set should deactivate hw control,
> so make sure netdev trigger rules also get cleared in that case.
> This matches the behaviour when using the 'netdev' trigger without
> any hardware offloading and fixes unwanted memory of the default
> netdev trigger rules when another trigger (or no trigger) had been
> selected meanwhile.
>
> Fixes: 71e79430117d ("net: phy: air_en8811h: Add the Airoha EN8811H PHY driver")
> Signed-off-by: Daniel Golle <daniel@xxxxxxxxxxxxxx>

The patch is marked for 'net' but it's actually targeting net-next,
since the air_en8811h is only there. Does not apply to 'net' so our CI
did not trigger. Could you please repost with a the correct target
tree?

Thanks,

Paolo