We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5812b58 commit a660408Copy full SHA for a660408
1 file changed
drivers/net/phy/as21xxx.c
@@ -1148,7 +1148,7 @@ static int aeon_c45_pma_setup_forced(struct phy_device *phydev)
1148
1149
static int aeon_c45_an_config_aneg(struct phy_device *phydev)
1150
{
1151
- int changed, ret;
+ int changed = 0, ret;
1152
u32 adv;
1153
linkmode_and(phydev->advertising, phydev->advertising,
1154
phydev->supported);
0 commit comments