Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of...
[pandora-kernel.git] / drivers / net / ethernet / marvell / sky2.c
index ca33908..29adc78 100644 (file)
@@ -3645,7 +3645,6 @@ static void sky2_get_drvinfo(struct net_device *dev,
 
        strlcpy(info->driver, DRV_NAME, sizeof(info->driver));
        strlcpy(info->version, DRV_VERSION, sizeof(info->version));
-       strlcpy(info->fw_version, "N/A", sizeof(info->fw_version));
        strlcpy(info->bus_info, pci_name(sky2->hw->pdev),
                sizeof(info->bus_info));
 }