Skip to content

Commit

Permalink
[POWERPC] Clarify EEH error message
Browse files Browse the repository at this point in the history
Clarify error message re EEH permanent failure.

Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Linas Vepstas authored and Paul Mackerras committed Jan 24, 2007
1 parent 60bccbe commit a885902
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/powerpc/platforms/pseries/eeh_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a885902

Please sign in to comment.