"git@source.mnt.re:jackhumbert/reform-boundary-uboot.git" did not exist on "ede709c0d293d980ceb6596132aa39941e3e1c7f"
Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
-
Thierry Reding authored
When listing the devices on a PCI bus, the current code will blindly try to access all devices. Internally this causes pci_bus_to_hose() to be repeatedly called and output an error message every time. Prevent this by calling pci_bus_to_hose() once and abort early if no bus was found. Signed-off-by:
Thierry Reding <treding@nvidia.com> Signed-off-by:
Simon Glass <sjg@chromium.org>
Thierry Reding authoredWhen listing the devices on a PCI bus, the current code will blindly try to access all devices. Internally this causes pci_bus_to_hose() to be repeatedly called and output an error message every time. Prevent this by calling pci_bus_to_hose() once and abort early if no bus was found. Signed-off-by:
Thierry Reding <treding@nvidia.com> Signed-off-by:
Simon Glass <sjg@chromium.org>