aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/eeh_driver.c
diff options
context:
space:
mode:
authorLinas Vepstas <linas@austin.ibm.com>2006-12-19 13:06:17 -0600
committerPaul Mackerras <paulus@samba.org>2007-01-24 21:13:56 +1100
commita885902de3394ef18ca415f9175da5d8a8406cca (patch)
treea8b6ed765f2ef63a03ed612807a713ed3a658b12 /arch/powerpc/platforms/pseries/eeh_driver.c
parent[POWERPC] Use is_init() instead of pid==1 (diff)
downloadlinux-dev-a885902de3394ef18ca415f9175da5d8a8406cca.tar.xz
linux-dev-a885902de3394ef18ca415f9175da5d8a8406cca.zip
[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/platforms/pseries/eeh_driver.c')
-rw-r--r--arch/powerpc/platforms/pseries/eeh_driver.c3
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 cbd6b0711ab4..a4c0bf84ef2e 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;