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)
commitbf7edd87f1c9618ac0bae712aa7a8047058a2731
tree60bc6c173692e258fb1436e3852940bd99065ebd
parent2e38027588479421d244266f6edc0b4945546271
staging: et131x: Remove assignment of skb->dev

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>
drivers/staging/et131x/et131x.c