summaryrefslogtreecommitdiff
path: root/drivers/net/ethertap.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethertap.c')
-rw-r--r--drivers/net/ethertap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethertap.c b/drivers/net/ethertap.c
index c24fe32a8091..be2db780e471 100644
--- a/drivers/net/ethertap.c
+++ b/drivers/net/ethertap.c
@@ -43,7 +43,7 @@ static void ethertap_rx(struct sock *sk, int len);
static void set_multicast_list(struct net_device *dev);
#endif
-static int ethertap_debug = 0;
+static int ethertap_debug;
static struct net_device *tap_map[32]; /* Returns the tap device for a given netlink */