projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
hwmon: (lm90) Support ADT7461 in extended mode
[linux-2.6]
/
drivers
/
isdn
/
hysdn
/
hysdn_net.c
diff --git
a/drivers/isdn/hysdn/hysdn_net.c
b/drivers/isdn/hysdn/hysdn_net.c
index
557d96c
..
cfa8fa5
100644
(file)
--- a/
drivers/isdn/hysdn/hysdn_net.c
+++ b/
drivers/isdn/hysdn/hysdn_net.c
@@
-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);