aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/scsi/cxgbi/cxgb4i/cxgb4i.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c b/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
index 8c3003b6d591..3e0a0d315f72 100644
--- a/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
+++ b/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
@@ -758,7 +758,7 @@ static int act_open_rpl_status_to_errno(int status)
758 758
759static void csk_act_open_retry_timer(unsigned long data) 759static void csk_act_open_retry_timer(unsigned long data)
760{ 760{
761 struct sk_buff *skb; 761 struct sk_buff *skb = NULL;
762 struct cxgbi_sock *csk = (struct cxgbi_sock *)data; 762 struct cxgbi_sock *csk = (struct cxgbi_sock *)data;
763 struct cxgb4_lld_info *lldi = cxgbi_cdev_priv(csk->cdev); 763 struct cxgb4_lld_info *lldi = cxgbi_cdev_priv(csk->cdev);
764 void (*send_act_open_func)(struct cxgbi_sock *, struct sk_buff *, 764 void (*send_act_open_func)(struct cxgbi_sock *, struct sk_buff *,