Re: [Very RFC 11/46] powerpc/eeh: Convert various printfs to use edev, not pci_dn

2019-11-21 Thread Alexey Kardashevskiy
On 20/11/2019 12:28, Oliver O'Halloran wrote: > We use the pci_dn to retrieve the domain, bus, device, and function numbers > for > an EEH device. We now have that in the eeh_dev so covert the various printk()s > we have around the place to source that information from the eeh_dev. > > Signed-

[Very RFC 11/46] powerpc/eeh: Convert various printfs to use edev, not pci_dn

2019-11-19 Thread Oliver O'Halloran
We use the pci_dn to retrieve the domain, bus, device, and function numbers for an EEH device. We now have that in the eeh_dev so covert the various printk()s we have around the place to source that information from the eeh_dev. Signed-off-by: Oliver O'Halloran --- arch/powerpc/kernel/eeh.c|