From: Jon Mason Date: Mon, 9 Jul 2012 14:09:30 +0000 (+0000) Subject: qlcnic: remove unnecessary setting of skb->dev X-Git-Tag: v3.6-rc1~125^2~238 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad95dfc72a4be5c2b6914cfeca4592ddcd9ea8b5;p=pandora-kernel.git qlcnic: remove unnecessary setting of skb->dev skb->dev is being unnecessarily set before calling eth_type_trans. eth_type_trans already sets skb->dev to the proper value, thus making this unnecessary. Signed-off-by: Jon Mason Cc: Anirban Chakraborty Cc: Sony Chacko Cc: linux-driver@qlogic.com Signed-off-by: David S. Miller --- Reading git-diff-tree failed