
5 Oct
2019
5 Oct
'19
7:03 a.m.
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass sjg@chromium.org wrote:
At present PCI emulation devices are not probed before use, since they used to be children of the device that used them, and children cannot be probed before their parents.
Now that PCI emulation devices are attached to the root node, we can simply probe them, and avoid using the internal function.
Signed-off-by: Simon Glass sjg@chromium.org
drivers/pci/pci-emul-uclass.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com Tested-by: Bin Meng bmeng.cn@gmail.com