]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
i40e: only report NVM image is newer than expected
authorBrian Maly <brian.maly@oracle.com>
Tue, 2 Feb 2016 16:55:31 +0000 (11:55 -0500)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 10 Mar 2016 16:36:41 +0000 (08:36 -0800)
Orabug: 22342532

Only report NVM image is newer than expected as we only support
the driver version we ship with UEK.

Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/i40e/i40e_main.c

index 7d528fa2074d88a9ee88b561ab5ea958ebdbdbcf..9632df76947df60baa51996a04862cb8f5ba3c04 100644 (file)
@@ -10471,7 +10471,7 @@ static int i40e_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
        if (hw->aq.api_maj_ver == I40E_FW_API_VERSION_MAJOR &&
            hw->aq.api_min_ver > I40E_FW_API_VERSION_MINOR)
                dev_info(&pdev->dev,
-                        "The driver for the device detected a newer version of the NVM image than expected. Please install the most recent version of the network driver.\n");
+                        "The driver for the device detected a newer version of the NVM image than expected.\n");
        else if (hw->aq.api_maj_ver < I40E_FW_API_VERSION_MAJOR ||
                 hw->aq.api_min_ver < (I40E_FW_API_VERSION_MINOR - 1))
                dev_info(&pdev->dev,