Initial INC MR3 commit with EVO/BRAVO included and majority of the compile warnings ...
/arch/powerpc/platforms/pseries/eeh_event.c
blob:ddb80f5d850b77231783b7f05c1d7adadd6f9aed -> blob:ec5df8f519c7417327923bcadafdbda76874ec04
--- arch/powerpc/platforms/pseries/eeh_event.c
+++ arch/powerpc/platforms/pseries/eeh_event.c
@@ -80,7 +80,7 @@ static int eeh_event_handler(void * dumm
eeh_mark_slot(event->dn, EEH_MODE_RECOVERING);
printk(KERN_INFO "EEH: Detected PCI bus error on device %s\n",
- pci_name(event->dev));
+ eeh_pci_name(event->dev));
pdn = handle_eeh_events(event);