commit | d233d70771326769838cc4689ba034631558c6c3 | [log] [tgz] |
---|---|---|
author | Jon Mason <jdmason@kudzu.us> | Mon Jul 09 14:09:34 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 10 23:24:57 2012 -0700 |
tree | 95ee607dfb75c1c3875241567ffbabe6f8ef7957 | |
parent | 8505120e5af625ab463a603228a3afbdd283ac31 [diff] |
sunhme: remove unnecessary setting of skb->dev skb->dev is being unnecessarily set during ring init and skb alloc in rx. It is already being set to the proper value when eth_type_trans is called on packet receive, and the skb->dev is not referenced anywhere else in the code. Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: David S. Miller <davem@davemloft.net>