commit | 877bff87ecce1a6c1ef3b4b4fd9e2b21794c0211 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Jul 19 00:20:05 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 28 10:36:23 2015 -0600 |
tree | 77e20d2fdad73ff58f491e98a8cd624d4047fce3 | |
parent | 0a72152b0642b047921e28ec962638f74644196f [diff] |
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>