Home
last modified time | relevance | path

Searched hist:"069155 cbb44c1e9e45676ac64e3c95f76a8d5820" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/pci/
H A Dpci-uclass.c069155cbb44c1e9e45676ac64e3c95f76a8d5820 Thu Oct 01 07:36:01 UTC 2015 Bin Meng <bmeng.cn@gmail.com> dm: pci: Fix pci_last_busno() to return the real last bus no

Currently pci_last_busno() only checks the last bridge device
under the first UCLASS_PCI device. This is not the case when
there are multiple bridge devices.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>