commit | 8326f136da6dc496648b8aa75d9717e2e31adad0 | [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 | 4d8615cbf552843c6033daabf3495a1b7fc9dce7 [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>