Re: [Very RFC 14/46] powernv/eeh: Remove un-necessary call to eeh_add_device_early()

2019-11-21 Thread Alexey Kardashevskiy
On 20/11/2019 12:28, Oliver O'Halloran wrote: > eeh_add_device_early() is used to initialise the EEH state for a PCI device > based on the contents of it's devicetree node. It doesn't do anything > unless EEH_FLAG_PROBE_MODE_DEVTREE is set and that only happens on pseries. > > Remove the call

[Very RFC 14/46] powernv/eeh: Remove un-necessary call to eeh_add_device_early()

2019-11-19 Thread Oliver O'Halloran
eeh_add_device_early() is used to initialise the EEH state for a PCI device based on the contents of it's devicetree node. It doesn't do anything unless EEH_FLAG_PROBE_MODE_DEVTREE is set and that only happens on pseries. Remove the call to eeh_add_device_early() in the powernv code to squash