Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Linas Vepstas and committed by
Paul Mackerras
a885902d 60bccbed

+2 -1
+2 -1
arch/powerpc/platforms/pseries/eeh_driver.c
··· 446 446 */ 447 447 printk(KERN_ERR 448 448 "EEH: PCI device at location=%s driver=%s pci addr=%s \n" 449 - "has failed %d times and has been permanently disabled. \n" 449 + "has failed %d times in the last hour " 450 + "and has been permanently disabled. \n" 450 451 "Please try reseating this device or replacing it.\n", 451 452 location, drv_str, pci_str, frozen_pdn->eeh_freeze_count); 452 453 goto perm_error;