commit | 001586a737ee8c11a1198c352c5635f19fd090ed | [log] [tgz] |
---|---|---|
author | Anish Bhatt <anish@chelsio.com> | Wed Oct 15 00:26:47 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 15 12:13:27 2014 -0400 |
tree | c014085c067027d2ec54e84e8f032f7e0fbf452d | |
parent | 04ffcb255f22a2a988ce7393e6e72f6eb3fcb7aa [diff] |
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 <anish@chelsio.com> Fixes : f42bb57c61fd ('cxgb4i : Fix -Wunused-function warning') Signed-off-by: David S. Miller <davem@davemloft.net>