> +/* The attrs will be placed dynamically based on the supported triggers */ > +static struct attribute *phy_activity_attrs[PHY_ACTIVITY_MAX_TRIGGERS + 1]; This cannot be global. I have boards with a mixture of different PHYs and switches. Each will have their own collection of supported modes. And some PHYs have different modes per LED. Andrew