dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Linas Vepstas 2006-12-19 13:06:17 -06:00 committed by Paul Mackerras
parent 60bccbed6f
commit a885902de3
1 changed files with 2 additions and 1 deletions

View File

@ -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;