Skip to content

Commit bec8141

Browse files
committed
Merge branch 'ionic-address-automated-build-complaints'
Shannon Nelson says: ==================== ionic: address automated build complaints Kernel build checks found a couple of things to improve. ==================== Signed-off-by: David S. Miller <[email protected]>
2 parents 0e631ee + 2c0df9f commit bec8141

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/* Copyright(c) 2017 - 2019 Pensando Systems, Inc */
33

44
#include <linux/netdevice.h>
5+
#include <linux/dynamic_debug.h>
56
#include <linux/etherdevice.h>
67

78
#include "ionic.h"
@@ -25,7 +26,7 @@ void ionic_rx_filter_replay(struct ionic_lif *lif)
2526
struct hlist_head *head;
2627
struct hlist_node *tmp;
2728
unsigned int i;
28-
int err = 0;
29+
int err;
2930

3031
ac = &ctx.cmd.rx_filter_add;
3132

0 commit comments

Comments
 (0)