aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/ethtool.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/sfc/ethtool.c')
-rw-r--r--drivers/net/sfc/ethtool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/ethtool.c b/drivers/net/sfc/ethtool.c
index d3da360f09bc..49e0aed920d3 100644
--- a/drivers/net/sfc/ethtool.c
+++ b/drivers/net/sfc/ethtool.c
@@ -649,7 +649,7 @@ static int efx_ethtool_set_coalesce(struct net_device *net_dev,
649 649
650 efx_init_irq_moderation(efx, tx_usecs, rx_usecs, adaptive); 650 efx_init_irq_moderation(efx, tx_usecs, rx_usecs, adaptive);
651 efx_for_each_channel(channel, efx) 651 efx_for_each_channel(channel, efx)
652 falcon_set_int_moderation(channel); 652 efx->type->push_irq_moderation(channel);
653 653
654 return 0; 654 return 0;
655} 655}