hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/net/ethernet/sfc/ethtool_common.c
....@@ -137,7 +137,7 @@
137137 if (!efx_tests)
138138 goto fail;
139139
140
- if (efx->state != STATE_READY) {
140
+ if (!efx_net_active(efx->state)) {
141141 rc = -EBUSY;
142142 goto out;
143143 }