diff options
author | Jon Mason <jdmason@kudzu.us> | 2012-07-09 10:09:34 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-11 02:24:57 -0400 |
commit | d233d70771326769838cc4689ba034631558c6c3 (patch) | |
tree | 95ee607dfb75c1c3875241567ffbabe6f8ef7957 /arch | |
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>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions