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