aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/tun.c')
-rw-r--r--drivers/net/tun.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/tun.c b/drivers/net/tun.c
index 3dd13d606d00..93c5d72711b0 100644
--- a/drivers/net/tun.c
+++ b/drivers/net/tun.c
@@ -1592,7 +1592,6 @@ static void tun_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info
1592 1592
1593 strlcpy(info->driver, DRV_NAME, sizeof(info->driver)); 1593 strlcpy(info->driver, DRV_NAME, sizeof(info->driver));
1594 strlcpy(info->version, DRV_VERSION, sizeof(info->version)); 1594 strlcpy(info->version, DRV_VERSION, sizeof(info->version));
1595 strlcpy(info->fw_version, "N/A", sizeof(info->fw_version));
1596 1595
1597 switch (tun->flags & TUN_TYPE_MASK) { 1596 switch (tun->flags & TUN_TYPE_MASK) {
1598 case TUN_TUN_DEV: 1597 case TUN_TUN_DEV: