Hi Heiner, On Thu, 13 Mar 2025 20:43:44 +0100 Heiner Kallweit <hkallweit1@xxxxxxxxx> wrote: > Since c909e68f8127 ("hwmon: (core) Use device name as a fallback in > devm_hwmon_device_register_with_info") we can simply provide NULL > as name argument. > > Heiner Kallweit (4): > net: phy: realtek: remove call to devm_hwmon_sanitize_name > net: phy: tja11xx: remove call to devm_hwmon_sanitize_name > net: phy: mxl-gpy: remove call to devm_hwmon_sanitize_name > net: phy: marvell-88q2xxx: remove call to devm_hwmon_sanitize_name > > drivers/net/phy/marvell-88q2xxx.c | 8 +------- > drivers/net/phy/mxl-gpy.c | 8 +------- > drivers/net/phy/nxp-tja11xx.c | 19 +++++-------------- > drivers/net/phy/realtek/realtek_hwmon.c | 7 +------ > 4 files changed, 8 insertions(+), 34 deletions(-) > With more coffee in my system, I took a better look and it indeed looks good to me. Reviewed-by: Maxime Chevallier <maxime.chevallier@xxxxxxxxxxx> Sorry about the noisy comments, Maxime