From: Jon Mason Date: Mon, 9 Jul 2012 14:09:32 +0000 (+0000) Subject: sunbmac: remove unnecessary setting of skb->dev X-Git-Tag: v3.6-rc1~125^2~236 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb716c54b1c71ad28ab20461bff831bd481066c4;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed