be2net: don't use dev_err when AER enabling fails
[cascardo/linux.git] / drivers / net / ethernet / emulex / benet / be_main.c
index 67deb21..3df1503 100644 (file)
@@ -4232,7 +4232,7 @@ static int be_probe(struct pci_dev *pdev, const struct pci_device_id *pdev_id)
 
        status = pci_enable_pcie_error_reporting(pdev);
        if (status)
-               dev_err(&pdev->dev, "Could not use PCIe error reporting\n");
+               dev_info(&pdev->dev, "Could not use PCIe error reporting\n");
 
        status = be_ctrl_init(adapter);
        if (status)