blob: a75f8ef4c29b7156ddc7c0c4aa359d3b4eae210e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
reverted:
--- a/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c
+++ b/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c
@@ -891,7 +891,7 @@ static int ag71xx_rx_packets(struct ag71
dev->stats.rx_packets++;
dev->stats.rx_bytes += pktlen;
- skb = build_skb(ring->buf[i].rx_buf, 0);
+ skb = build_skb(ring->buf[i].rx_buf);
if (!skb) {
kfree(ring->buf[i].rx_buf);
goto next;
|