Commit 46ca70a3 authored by Leon Romanovsky's avatar Leon Romanovsky Committed by David S. Miller
Browse files

net/cavium: Delete N/A assignments for ethtool



There is no need to set N/A for the ethtool fields.

Signed-off-by: default avatarLeon Romanovsky <leonro@mellanox.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b2c1e1d5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1339,8 +1339,6 @@ static void octeon_mgmt_get_drvinfo(struct net_device *netdev,
				    struct ethtool_drvinfo *info)
{
	strlcpy(info->driver, DRV_NAME, sizeof(info->driver));
	strlcpy(info->fw_version, "N/A", sizeof(info->fw_version));
	strlcpy(info->bus_info, "N/A", sizeof(info->bus_info));
}

static int octeon_mgmt_nway_reset(struct net_device *dev)