hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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;