Message ID | 20240425185336.2084871-1-florian.fainelli@broadcom.com (mailing list archive) |
---|---|
Headers | show |
Series | net: dsa: adjust_link removal | expand |
On Thu, 25 Apr 2024 11:53:34 -0700 Florian Fainelli wrote: > Now that the last in-tree driver (b53) has been converted to PHYLINK, we > can get rid of all of code that catered to working with drivers > implementing only PHYLIB's adjust_link callback. more to delete: net/dsa/port.c:1600:21: warning: variable 'phydev' set but not used [-Wunused-but-set-variable] 1600 | struct phy_device *phydev = NULL; | ^