mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
of: mdio: fix compile warning in of_mdiobus_register_phy()
Commit de906af1
(net: phy: make of_set_phy_supported work with genphy driver)
removed the last user of variable 'max_speed' in function
of_mdiobus_register_phy(), leading to compile warning "unused variable
‘max_speed’ [-Wunused-variable]". Thus remove it.
Signed-off-by: Christian Engelmayer <cengelma@gmx.at>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
506724c463
commit
587b24a549
@ -46,7 +46,6 @@ static int of_mdiobus_register_phy(struct mii_bus *mdio, struct device_node *chi
|
|||||||
struct phy_device *phy;
|
struct phy_device *phy;
|
||||||
bool is_c45;
|
bool is_c45;
|
||||||
int rc;
|
int rc;
|
||||||
u32 max_speed = 0;
|
|
||||||
u32 phy_id;
|
u32 phy_id;
|
||||||
|
|
||||||
is_c45 = of_device_is_compatible(child,
|
is_c45 = of_device_is_compatible(child,
|
||||||
|
Loading…
Reference in New Issue
Block a user