We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a12d3 commit d7f576dCopy full SHA for d7f576d
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
@@ -7035,6 +7035,7 @@ int stmmac_dvr_probe(struct device *device,
7035
error_hw_init:
7036
destroy_workqueue(priv->wq);
7037
stmmac_bus_clks_config(priv, false);
7038
+ bitmap_free(priv->af_xdp_zc_qps);
7039
7040
return ret;
7041
}
@@ -7077,6 +7078,7 @@ int stmmac_dvr_remove(struct device *dev)
7077
7078
stmmac_mdio_unregister(ndev);
7079
7080
mutex_destroy(&priv->lock);
7081
7082
7083
return 0;
7084
0 commit comments