Pārlūkot izejas kodu

[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>
Linas Vepstas 18 gadi atpakaļ
vecāks
revīzija
a885902de3
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      arch/powerpc/platforms/pseries/eeh_driver.c

+ 2 - 1
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;