diff options
author | Jon Mason <jdmason@kudzu.us> | 2012-07-09 10:09:33 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-11 02:24:57 -0400 |
commit | 8505120e5af625ab463a603228a3afbdd283ac31 (patch) | |
tree | 41209830c8c16ed5a360368d258bdb3c96077d94 /block | |
parent | eb716c54b1c71ad28ab20461bff831bd481066c4 (diff) |
sungem: remove unnecessary setting of skb->dev
skb->dev is being unnecessarily set by the driver's skb alloc routine (which is
called in init and during 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 'block')
0 files changed, 0 insertions, 0 deletions