]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/staging/et131x/et131x.c
staging: et131x: Remove assignment of skb->dev
[karo-tx-linux.git] / drivers / staging / et131x / et131x.c
index ebf5e49628784fa993533605392ab504163e85ff..3a733f7a0239db847a34c3b8965c44e22593e1f8 100644 (file)
@@ -2730,7 +2730,6 @@ static struct rfd *nic_rx_pkts(struct et131x_adapter *adapter)
               rx_local->fbr[ring_index]->virt[buff_index],
               rfd->len);
 
-       skb->dev = adapter->netdev;
        skb->protocol = eth_type_trans(skb, adapter->netdev);
        skb->ip_summed = CHECKSUM_NONE;
        netif_rx_ni(skb);