diff options
Diffstat (limited to 'drivers/net/ethernet/marvell/skge.c')
-rw-r--r-- | drivers/net/ethernet/marvell/skge.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/marvell/skge.c b/drivers/net/ethernet/marvell/skge.c index 3943f5f7bb4a..d957b2cf0869 100644 --- a/drivers/net/ethernet/marvell/skge.c +++ b/drivers/net/ethernet/marvell/skge.c | |||
@@ -396,7 +396,6 @@ static void skge_get_drvinfo(struct net_device *dev, | |||
396 | 396 | ||
397 | strlcpy(info->driver, DRV_NAME, sizeof(info->driver)); | 397 | strlcpy(info->driver, DRV_NAME, sizeof(info->driver)); |
398 | strlcpy(info->version, DRV_VERSION, sizeof(info->version)); | 398 | strlcpy(info->version, DRV_VERSION, sizeof(info->version)); |
399 | strlcpy(info->fw_version, "N/A", sizeof(info->fw_version)); | ||
400 | strlcpy(info->bus_info, pci_name(skge->hw->pdev), | 399 | strlcpy(info->bus_info, pci_name(skge->hw->pdev), |
401 | sizeof(info->bus_info)); | 400 | sizeof(info->bus_info)); |
402 | } | 401 | } |