[PATCH V4] net: phy: Add sysfs attribute for PHY c45 identifiers.

From: Jianhui Zhao
Date: Fri Jun 16 2023 - 10:17:09 EST


>Doing it properly:
>
> struct phy_c45_devid_attribute *devattr =
> container_of(attr, struct phy_c45_devid_attribute, attr.attr);

Thanks for the tip!