hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/drivers/net/ethernet/apple/bmac.c
....@@ -1511,7 +1511,7 @@
15111511 i = bp->tx_empty;
15121512 ++dev->stats.tx_errors;
15131513 if (i != bp->tx_fill) {
1514
- dev_kfree_skb(bp->tx_bufs[i]);
1514
+ dev_kfree_skb_irq(bp->tx_bufs[i]);
15151515 bp->tx_bufs[i] = NULL;
15161516 if (++i >= N_TX_RING) i = 0;
15171517 bp->tx_empty = i;