forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
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;