From: Frans Pop Date: Fri, 2 Oct 2009 17:04:12 +0000 (-0700) Subject: e1000e/igb/ixgbe: Don't report an error if devices don't support AER X-Git-Tag: v2.6.32-rc3~12^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19d5afd4f0d26201d8d8bec351ee0442775a5379;p=pandora-kernel.git e1000e/igb/ixgbe: Don't report an error if devices don't support AER The only error returned by pci_{en,dis}able_pcie_error_reporting() is -EIO which simply means that Advanced Error Reporting is not supported. There is no need to report that, so remove the error check from e1000e, igb and ixgbe. Signed-off-by: Frans Pop Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed