staging: et131x: Remove assignment of skb->dev
authorMark Einon <mark.einon@gmail.com>
Sat, 16 Feb 2013 19:12:00 +0000 (19:12 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Feb 2013 18:51:36 +0000 (10:51 -0800)
The call eth_type_trans() sets skb->dev to netdev, so there's
no needto set it before the call.

Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found