[POWERPC] EEH: Split up long error msg
Make some minor adjustments to the EEH error messages. Signed-off-by: Linas Vepstas <linas@austin.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
committed by
Paul Mackerras
parent
ede8ca269f
commit
b455b24cf2
@@ -362,9 +362,11 @@ struct pci_dn * handle_eeh_events (struct eeh_event *event)
|
|||||||
}
|
}
|
||||||
|
|
||||||
printk(KERN_WARNING
|
printk(KERN_WARNING
|
||||||
"EEH: This PCI device has failed %d times since last reboot: "
|
"EEH: This PCI device has failed %d times in the last hour:\n",
|
||||||
"location=%s driver=%s pci addr=%s\n",
|
frozen_pdn->eeh_freeze_count);
|
||||||
frozen_pdn->eeh_freeze_count, location, drv_str, pci_str);
|
printk(KERN_WARNING
|
||||||
|
"EEH: location=%s driver=%s pci addr=%s\n",
|
||||||
|
location, drv_str, pci_str);
|
||||||
|
|
||||||
/* Walk the various device drivers attached to this slot through
|
/* Walk the various device drivers attached to this slot through
|
||||||
* a reset sequence, giving each an opportunity to do what it needs
|
* a reset sequence, giving each an opportunity to do what it needs
|
||||||
|
Reference in New Issue
Block a user