PCI: Fix pci_register_host_bridge() device_register() error handling
authorRob Herring <robh@kernel.org>
Wed, 13 May 2020 22:38:58 +0000 (17:38 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 14 May 2020 21:36:19 +0000 (16:36 -0500)
commit1b54ae8327a4d630111c8d88ba7906483ec6010b
tree758ad9838fd8534e8e3a88ff3d380aec3b89bc4c
parent8f3d9f354286745c751374f5f1fcafee6b3f3136
PCI: Fix pci_register_host_bridge() device_register() error handling

If device_register() has an error, we should bail out of
pci_register_host_bridge() rather than continuing on.

Fixes: 37d6a0a6f470 ("PCI: Add pci_register_host_bridge() interface")
Link: https://lore.kernel.org/r/20200513223859.11295-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
drivers/pci/probe.c