diff options
Diffstat (limited to 'drivers/net/ethernet/icplus')
-rw-r--r-- | drivers/net/ethernet/icplus/ipg.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/ethernet/icplus/ipg.c b/drivers/net/ethernet/icplus/ipg.c index 3c636f16a3cb..1b563bb959c2 100644 --- a/drivers/net/ethernet/icplus/ipg.c +++ b/drivers/net/ethernet/icplus/ipg.c | |||
@@ -744,9 +744,6 @@ static int ipg_get_rxbuff(struct net_device *dev, int entry) | |||
744 | return -ENOMEM; | 744 | return -ENOMEM; |
745 | } | 745 | } |
746 | 746 | ||
747 | /* Associate the receive buffer with the IPG NIC. */ | ||
748 | skb->dev = dev; | ||
749 | |||
750 | /* Save the address of the sk_buff structure. */ | 747 | /* Save the address of the sk_buff structure. */ |
751 | sp->rx_buff[entry] = skb; | 748 | sp->rx_buff[entry] = skb; |
752 | 749 | ||