Commit 2c0df9f9 authored by Shannon Nelson's avatar Shannon Nelson Committed by David S. Miller
Browse files

ionic: fix unused assignment



Remove an unused initialized value.

Fixes: 7e4d4759 ("ionic: replay filters after fw upgrade")
Reported-by: default avatarkbuild test robot <lkp@intel.com>
Signed-off-by: default avatarShannon Nelson <snelson@pensando.io>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 555cd19d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;