diff options
author | Linas Vepstas <linas@austin.ibm.com> | 2006-12-19 13:06:17 -0600 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-01-24 21:13:56 +1100 |
commit | a885902de3394ef18ca415f9175da5d8a8406cca (patch) | |
tree | a8b6ed765f2ef63a03ed612807a713ed3a658b12 /arch/powerpc | |
parent | 60bccbed6f53c953c62bdc2ac699395a13b6eecc (diff) |
[POWERPC] Clarify EEH error message
Clarify error message re EEH permanent failure.
Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/platforms/pseries/eeh_driver.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pseries/eeh_driver.c b/arch/powerpc/platforms/pseries/eeh_driver.c index cbd6b0711ab..a4c0bf84ef2 100644 --- a/arch/powerpc/platforms/pseries/eeh_driver.c +++ b/arch/powerpc/platforms/pseries/eeh_driver.c @@ -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; |