Loading net/dsa/legacy.c +1 −2 Original line number Diff line number Diff line Loading @@ -392,7 +392,6 @@ static void dsa_of_free_platform_data(struct dsa_platform_data *pd) } /* Drop our reference to the MDIO bus device */ if (pd->chip[i].host_dev) put_device(pd->chip[i].host_dev); } kfree(pd->chip); Loading Loading
net/dsa/legacy.c +1 −2 Original line number Diff line number Diff line Loading @@ -392,7 +392,6 @@ static void dsa_of_free_platform_data(struct dsa_platform_data *pd) } /* Drop our reference to the MDIO bus device */ if (pd->chip[i].host_dev) put_device(pd->chip[i].host_dev); } kfree(pd->chip); Loading