[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 17:01:26 CEST 2015


On 19 July 2015 at 19:59, Simon Glass <sjg at chromium.org> wrote:
> 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>

Applied to u-boot-x86, thanks!


More information about the U-Boot mailing list