mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 06:08:22 +00:00
qed: iWARP - fix uninitialized callback
Fix uninitialized variable warning by static checker.
Fixes: ae3488ff37
("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>
This commit is contained in:
parent
6117561e1b
commit
43cf40d93f
1 changed files with 1 additions and 0 deletions
|
@ -2640,6 +2640,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));
|
||||
|
|
Loading…
Add table
Reference in a new issue