Home
last modified time | relevance | path

Searched hist:"8326 f136da6dc496648b8aa75d9717e2e31adad0" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/pci/
H A Dpci-uclass.c8326f136da6dc496648b8aa75d9717e2e31adad0 Sat Jul 18 16:20:05 UTC 2015 Bin Meng <bmeng.cn@gmail.com> dm: pci: Pass only device/function to pci_bus_find_devfn()

In dm_pci_hose_probe_bus(), pci_bus_find_devfn() is called with a bdf
which includes a bus number, but it really should not as this routine
only expects a device/function encoding.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>