forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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;