cxgb4i : Fix -Wmaybe-uninitialized warning.
authorAnish Bhatt <anish@chelsio.com>
Wed, 15 Oct 2014 07:26:47 +0000 (00:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Oct 2014 16:13:27 +0000 (12:13 -0400)
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>
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c

Simple merge