[U-Boot] [PATCH 4/6] dm: pci: Pass only device/function to pci_bus_find_devfn()

Simon Glass sjg at chromium.org
Mon Jul 20 03:59:40 CEST 2015


On 18 July 2015 at 10:20, Bin Meng <bmeng.cn at gmail.com> wrote:
> 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 at gmail.com>
> ---
>
>  drivers/pci/pci-uclass.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Simon Glass <sjg at chromium.org>
Tested-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list