hwmon: (lm90) Support ADT7461 in extended mode
[linux-2.6] / drivers / isdn / hysdn / hysdn_net.c
index 557d96c..cfa8fa5 100644 (file)
@@ -214,8 +214,6 @@ hysdn_rx_netpkt(hysdn_card * card, unsigned char *buf, unsigned short len)
                lp->stats.rx_dropped++;
                return;
        }
-       skb->dev = &lp->netdev;
-
        /* copy the data */
        memcpy(skb_put(skb, len), buf, len);