commit | eb716c54b1c71ad28ab20461bff831bd481066c4 | [log] [tgz] |
---|---|---|
author | Jon Mason <jdmason@kudzu.us> | Mon Jul 09 14:09:32 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 10 23:24:57 2012 -0700 |
tree | 3798343256ba4e216570bb0e1f4b829047aff2f4 | |
parent | c768b681f4d786721ad56e800358ddab2abb9af1 [diff] |
sunbmac: 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>