From 6e06fbf9456bcf514daa86182c1ab665c8ff5322 Mon Sep 17 00:00:00 2001 From: jmatthew Date: Tue, 9 Jan 2024 04:32:29 +0000 Subject: [PATCH] remove needless comment --- sys/dev/pci/if_bnxt.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/dev/pci/if_bnxt.c b/sys/dev/pci/if_bnxt.c index dfd9392c417..94b80f04000 100644 --- a/sys/dev/pci/if_bnxt.c +++ b/sys/dev/pci/if_bnxt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bnxt.c,v 1.41 2024/01/09 04:29:46 jmatthew Exp $ */ +/* $OpenBSD: if_bnxt.c,v 1.42 2024/01/09 04:32:29 jmatthew Exp $ */ /*- * Broadcom NetXtreme-C/E network driver. * @@ -1003,8 +1003,6 @@ bnxt_queue_down(struct bnxt_softc *sc, struct bnxt_queue *bq) struct bnxt_rx_queue *rx = &bq->q_rx; struct bnxt_tx_queue *tx = &bq->q_tx; - /* empty rx ring first i guess */ - bnxt_free_slots(sc, tx->tx_slots, tx->tx_ring.ring_size, tx->tx_ring.ring_size); tx->tx_slots = NULL; -- 2.20.1