]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
[POWERPC] Clarify EEH error message
authorLinas Vepstas <linas@austin.ibm.com>
Tue, 19 Dec 2006 19:06:17 +0000 (13:06 -0600)
committerPaul Mackerras <paulus@samba.org>
Wed, 24 Jan 2007 10:13:56 +0000 (21:13 +1100)
Clarify error message re EEH permanent failure.

Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/pseries/eeh_driver.c

index cbd6b0711ab450f1c306930d1ebdb50e3834201d..a4c0bf84ef2e96644f40f6cbe4eaa69c40a8fb53 100644 (file)
@@ -446,7 +446,8 @@ excess_failures:
         */
        printk(KERN_ERR
           "EEH: PCI device at location=%s driver=%s pci addr=%s \n"
-               "has failed %d times and has been permanently disabled. \n"
+               "has failed %d times in the last hour "
+               "and has been permanently disabled. \n"
                "Please try reseating this device or replacing it.\n",
                location, drv_str, pci_str, frozen_pdn->eeh_freeze_count);
        goto perm_error;