forked from luck/tmp_suning_uos_patched
ionic: fix unused assignment
Remove an unused initialized value.
Fixes: 7e4d47596b
("ionic: replay filters after fw upgrade")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
555cd19d0c
commit
2c0df9f9ed
|
@ -26,7 +26,7 @@ void ionic_rx_filter_replay(struct ionic_lif *lif)
|
|||
struct hlist_head *head;
|
||||
struct hlist_node *tmp;
|
||||
unsigned int i;
|
||||
int err = 0;
|
||||
int err;
|
||||
|
||||
ac = &ctx.cmd.rx_filter_add;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user