There are several reasons why PCIE AER cannot be enabled.  Do not
report the failure to enable as an error.
Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Dean Luick <dean.luick@intel.com>
Signed-off-by: Jubin John <jubin.john@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
        }
 
        pci_set_master(pdev);
-       ret = pci_enable_pcie_error_reporting(pdev);
-       if (ret) {
-               hfi1_early_err(&pdev->dev,
-                              "Unable to enable pcie error reporting: %d\n",
-                             ret);
-               ret = 0;
-       }
+       (void)pci_enable_pcie_error_reporting(pdev);
        goto done;
 
 bail: