lkml.org 
[lkml]   [2020]   [Jan]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.19 429/639] qed: iWARP - fix uninitialized callback
    Date
    From: Michal Kalderon <michal.kalderon@marvell.com>

    [ Upstream commit 43cf40d93fadbb0d3edf0942a4612f8ff67478a1 ]

    Fix uninitialized variable warning by static checker.

    Fixes: ae3488ff37dc ("qed: Add ll2 connection for processing unaligned MPA packets")
    Signed-off-by: Ariel Elior <ariel.elior@marvell.com>
    Signed-off-by: Michal Kalderon <michal.kalderon@marvell.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/net/ethernet/qlogic/qed/qed_iwarp.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/net/ethernet/qlogic/qed/qed_iwarp.c b/drivers/net/ethernet/qlogic/qed/qed_iwarp.c
    index c77babd0ef952..39787bb885c86 100644
    --- a/drivers/net/ethernet/qlogic/qed/qed_iwarp.c
    +++ b/drivers/net/ethernet/qlogic/qed/qed_iwarp.c
    @@ -2641,6 +2641,7 @@ qed_iwarp_ll2_start(struct qed_hwfn *p_hwfn,
    cbs.rx_release_cb = qed_iwarp_ll2_rel_rx_pkt;
    cbs.tx_comp_cb = qed_iwarp_ll2_comp_tx_pkt;
    cbs.tx_release_cb = qed_iwarp_ll2_rel_tx_pkt;
    + cbs.slowpath_cb = NULL;
    cbs.cookie = p_hwfn;

    memset(&data, 0, sizeof(data));
    --
    2.20.1


    \
     
     \ /
      Last update: 2020-01-24 12:25    [W:3.976 / U:0.048 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site