Skip to content

Commit 2c0df9f

Browse files
emuslndavem330
authored andcommitted
ionic: fix unused assignment
Remove an unused initialized value. Fixes: 7e4d475 ("ionic: replay filters after fw upgrade") Reported-by: kbuild test robot <[email protected]> Signed-off-by: Shannon Nelson <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 555cd19 commit 2c0df9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/pensando/ionic/ionic_rx_filter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ void ionic_rx_filter_replay(struct ionic_lif *lif)
2626
struct hlist_head *head;
2727
struct hlist_node *tmp;
2828
unsigned int i;
29-
int err = 0;
29+
int err;
3030

3131
ac = &ctx.cmd.rx_filter_add;
3232

0 commit comments

Comments
 (0)