From: Linas Vepstas Date: Tue, 19 Dec 2006 19:06:17 +0000 (-0600) Subject: [POWERPC] Clarify EEH error message X-Git-Tag: v2.6.21-rc2~42^2~3^2~112 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a885902de3394ef18ca415f9175da5d8a8406cca;p=~emulex%2Finfiniband.git [POWERPC] Clarify EEH error message Clarify error message re EEH permanent failure. Signed-off-by: Linas Vepstas Signed-off-by: Paul Mackerras --- 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;