From: Anish Bhatt Date: Wed, 15 Oct 2014 07:26:47 +0000 (-0700) Subject: cxgb4i : Fix -Wmaybe-uninitialized warning. X-Git-Tag: fixes-against-v3.18-rc2~61^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=001586a737ee8c11a1198c352c5635f19fd090ed;p=pandora-kernel.git cxgb4i : Fix -Wmaybe-uninitialized warning. Identified by kbuild test robot. csk family is always set to be AF_INET or AF_INET6, so skb will always be initialized to some value but there is no harm in silencing the warning anyways. Signed-off-by: Anish Bhatt Fixes : f42bb57c61fd ('cxgb4i : Fix -Wunused-function warning') Signed-off-by: David S. Miller --- Reading git-diff-tree failed