aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/bnx2x/bnx2x_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bnx2x/bnx2x_main.c b/drivers/net/bnx2x/bnx2x_main.c
index aa032339e321..10bc0a6a32d9 100644
--- a/drivers/net/bnx2x/bnx2x_main.c
+++ b/drivers/net/bnx2x/bnx2x_main.c
@@ -4208,7 +4208,7 @@ void bnx2x_update_coalesce(struct bnx2x *bp)
4208 4208
4209 for_each_eth_queue(bp, i) 4209 for_each_eth_queue(bp, i)
4210 bnx2x_update_coalesce_sb(bp, bp->fp[i].fw_sb_id, 4210 bnx2x_update_coalesce_sb(bp, bp->fp[i].fw_sb_id,
4211 bp->rx_ticks, bp->tx_ticks); 4211 bp->tx_ticks, bp->rx_ticks);
4212} 4212}
4213 4213
4214static void bnx2x_init_sp_ring(struct bnx2x *bp) 4214static void bnx2x_init_sp_ring(struct bnx2x *bp)