aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/atlx/atl1.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/atheros/atlx/atl1.c')
-rw-r--r--drivers/net/ethernet/atheros/atlx/atl1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/atheros/atlx/atl1.c b/drivers/net/ethernet/atheros/atlx/atl1.c
index 33a4e35f5ee8..9bd204976648 100644
--- a/drivers/net/ethernet/atheros/atlx/atl1.c
+++ b/drivers/net/ethernet/atheros/atlx/atl1.c
@@ -3365,7 +3365,6 @@ static void atl1_get_drvinfo(struct net_device *netdev,
3365 strlcpy(drvinfo->driver, ATLX_DRIVER_NAME, sizeof(drvinfo->driver)); 3365 strlcpy(drvinfo->driver, ATLX_DRIVER_NAME, sizeof(drvinfo->driver));
3366 strlcpy(drvinfo->version, ATLX_DRIVER_VERSION, 3366 strlcpy(drvinfo->version, ATLX_DRIVER_VERSION,
3367 sizeof(drvinfo->version)); 3367 sizeof(drvinfo->version));
3368 strlcpy(drvinfo->fw_version, "N/A", sizeof(drvinfo->fw_version));
3369 strlcpy(drvinfo->bus_info, pci_name(adapter->pdev), 3368 strlcpy(drvinfo->bus_info, pci_name(adapter->pdev),
3370 sizeof(drvinfo->bus_info)); 3369 sizeof(drvinfo->bus_info));
3371 drvinfo->eedump_len = ATL1_EEDUMP_LEN; 3370 drvinfo->eedump_len = ATL1_EEDUMP_LEN;