aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx/ll_temac_main.c
diff options
context:
space:
mode:
authorJon Mason <jdmason@kudzu.us>2012-07-09 14:09:34 +0000
committerDavid S. Miller <davem@davemloft.net>2012-07-10 23:24:57 -0700
commitd233d70771326769838cc4689ba034631558c6c3 (patch)
tree95ee607dfb75c1c3875241567ffbabe6f8ef7957 /drivers/net/ethernet/xilinx/ll_temac_main.c
parentsungem: remove unnecessary setting of skb->dev (diff)
downloadlinux-dev-d233d70771326769838cc4689ba034631558c6c3.tar.xz
linux-dev-d233d70771326769838cc4689ba034631558c6c3.zip
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 '')
0 files changed, 0 insertions, 0 deletions