patch-2.4.22 linux-2.4.22/arch/ppc64/kernel/XmPciLpEvent.c
Next file: linux-2.4.22/arch/ppc64/kernel/align.c
Previous file: linux-2.4.22/arch/ppc64/kernel/Makefile
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/ppc64/kernel/XmPciLpEvent.c
- Orig date:
2002-11-28 15:53:11.000000000 -0800
diff -urN linux-2.4.21/arch/ppc64/kernel/XmPciLpEvent.c linux-2.4.22/arch/ppc64/kernel/XmPciLpEvent.c
@@ -34,7 +34,7 @@
enum XmPciLpEvent_Subtype {
XmPciLpEvent_BusCreated = 0, // PHB has been created
XmPciLpEvent_BusError = 1, // PHB has failed
- XmPciLpEvent_BusFailed = 2, // Msg to Seconday, Primary failed bus
+ XmPciLpEvent_BusFailed = 2, // Msg to Secondary, Primary failed bus
XmPciLpEvent_NodeFailed = 4, // Multi-adapter bridge has failed
XmPciLpEvent_NodeRecovered = 5, // Multi-adapter bridge has recovered
XmPciLpEvent_BusRecovered = 12, // PHB has been recovered
@@ -99,7 +99,7 @@
break;
}
}
- else if (event) {
+ else if (eventParm) {
printk(KERN_ERR "XmPciLpEvent.c: Unrecognized PCI event type 0x%x\n",(int)eventParm->xType);
}
else {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)