From 001586a737ee8c11a1198c352c5635f19fd090ed Mon Sep 17 00:00:00 2001 From: Anish Bhatt Date: Wed, 15 Oct 2014 00:26:47 -0700 Subject: [PATCH] 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-format-patch failed