diff options
Diffstat (limited to 'drivers/net/caif/caif_serial.c')
-rw-r--r-- | drivers/net/caif/caif_serial.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/caif/caif_serial.c b/drivers/net/caif/caif_serial.c index 88a6a5810ec6..fc73865bb83a 100644 --- a/drivers/net/caif/caif_serial.c +++ b/drivers/net/caif/caif_serial.c | |||
@@ -204,7 +204,6 @@ static void ldisc_receive(struct tty_struct *tty, const u8 *data, | |||
204 | 204 | ||
205 | skb->protocol = htons(ETH_P_CAIF); | 205 | skb->protocol = htons(ETH_P_CAIF); |
206 | skb_reset_mac_header(skb); | 206 | skb_reset_mac_header(skb); |
207 | skb->dev = ser->dev; | ||
208 | debugfs_rx(ser, data, count); | 207 | debugfs_rx(ser, data, count); |
209 | /* Push received packet up the stack. */ | 208 | /* Push received packet up the stack. */ |
210 | ret = netif_rx_ni(skb); | 209 | ret = netif_rx_ni(skb); |