commit | 0b43b9a7038609e038eb0329ec800e85d02dacbd | [log] [tgz] |
---|---|---|
author | Jon Mason <jdmason@kudzu.us> | Mon Jul 09 14:09:35 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 10 23:24:57 2012 -0700 |
tree | 5f77f7e4e6463bb4bf53cc738fe53319abbdb60c | |
parent | d233d70771326769838cc4689ba034631558c6c3 [diff] |
ll_temac: remove unnecessary setting of skb->dev skb->dev is being unnecessarily set by the driver on packet recieve. eth_type_trans already sets skb->dev to the proper value and it is not referenced anywhere else in the dirver, thus making its setting unnecessary. Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: David S. Miller <davem@davemloft.net>