Commit a885902d authored by Linas Vepstas's avatar Linas Vepstas Committed by Paul Mackerras

[POWERPC] Clarify EEH error message

Clarify error message re EEH permanent failure.
Signed-off-by: default avatarLinas Vepstas <linas@austin.ibm.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 60bccbed
......@@ -446,7 +446,8 @@ struct pci_dn * handle_eeh_events (struct eeh_event *event)
*/
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment