Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c:684:16: warning: variable 'addr' is uninitialized when used here [-Wuninitialized] 684 | new_bus->irq[addr] = mdio_bus_data->probed_phy_irq; | ^~~~ ../drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c:588:10: note: initialize the variable 'addr' to silence this warning 588 | int addr, max_addr; | ^ | = 0 1 warning generated. Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c:684:16: warning: variable 'addr' is uninitialized when used here [-Wuninitialized] 684 | new_bus->irq[addr] = mdio_bus_data->probed_phy_irq; | ^~~~ ../drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c:588:10: note: initialize the variable 'addr' to silence this warning 588 | int addr, max_addr; | ^ | = 0 1 warning generated. New errors added --- /tmp/tmp.rY5hqqL8bC 2025-10-17 20:17:58.002857743 -0700 +++ /tmp/tmp.oDicOEhc3c 2025-10-17 20:19:19.778144014 -0700 @@ -1,0 +2,8 @@ +../drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c:684:16: warning: variable 'addr' is uninitialized when used here [-Wuninitialized] + 684 | new_bus->irq[addr] = mdio_bus_data->probed_phy_irq; + | ^~~~ +../drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c:588:10: note: initialize the variable 'addr' to silence this warning + 588 | int addr, max_addr; + | ^ + | = 0 +1 warning generated. Per-file breakdown --- /tmp/tmp.j9Cb1Bdt7B 2025-10-17 20:20:14.423667071 -0700 +++ /tmp/tmp.2G0nEoowvv 2025-10-17 20:20:14.426667045 -0700 @@ -0,0 +1 @@ + 2 ../drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c