From: Jon Mason Date: Mon, 9 Jul 2012 14:09:29 +0000 (+0000) Subject: ksz884x: remove unnecessary setting of skb->dev X-Git-Tag: v3.6-rc1~125^2~239 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b06b66c05babe3483a585508655c1edb9e07f8dc;p=pandora-kernel.git ksz884x: remove unnecessary setting of skb->dev skb->dev is being unnecessarily set during ring init. 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