net: phy: Validate PHY LED OPs presence before registering
authorChristian Marangi <ansuelsmth@gmail.com>
Tue, 8 Oct 2024 19:47:16 +0000 (21:47 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 10 Oct 2024 11:55:15 +0000 (13:55 +0200)
commit16aef66643a2f92275351caaaa4640bbaf84040c
tree635fdb9083d5d1ed1ea59ed0c1b9e65b7c9f2e85
parent88dc9aebd04cbc319e96a3a416109faf7e45b61c
net: phy: Validate PHY LED OPs presence before registering

Validate PHY LED OPs presence before registering and parsing them.
Defining LED nodes for a PHY driver that actually doesn't supports them
is redundant and useless.

It's also the case with Generic PHY driver used and a DT having LEDs
node for the specific PHY.

Skip it and report the error with debug print enabled.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20241008194718.9682-1-ansuelsmth@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/phy/phy_device.c