|
@@ -758,7 +758,7 @@ static int act_open_rpl_status_to_errno(int status)
|
|
|
|
|
|
static void csk_act_open_retry_timer(unsigned long data)
|
|
static void csk_act_open_retry_timer(unsigned long data)
|
|
{
|
|
{
|
|
- struct sk_buff *skb;
|
|
|
|
|
|
+ struct sk_buff *skb = NULL;
|
|
struct cxgbi_sock *csk = (struct cxgbi_sock *)data;
|
|
struct cxgbi_sock *csk = (struct cxgbi_sock *)data;
|
|
struct cxgb4_lld_info *lldi = cxgbi_cdev_priv(csk->cdev);
|
|
struct cxgb4_lld_info *lldi = cxgbi_cdev_priv(csk->cdev);
|
|
void (*send_act_open_func)(struct cxgbi_sock *, struct sk_buff *,
|
|
void (*send_act_open_func)(struct cxgbi_sock *, struct sk_buff *,
|