Re: [U-Boot] [PATCH 10/11] dm: pci: Correct bus number when scanning sub-buses

2015-06-23 Thread Simon Glass
On 7 June 2015 at 08:50, Simon Glass s...@chromium.org wrote: The sub-bus passed to pciauto_prescan_setup_bridge() is incorrect. Fix it so that sub-buses are numbered correctly. Signed-off-by: Simon Glass s...@chromium.org --- drivers/pci/pci-uclass.c | 2 +- 1 file changed, 1

[U-Boot] [PATCH 10/11] dm: pci: Correct bus number when scanning sub-buses

2015-06-07 Thread Simon Glass
The sub-bus passed to pciauto_prescan_setup_bridge() is incorrect. Fix it so that sub-buses are numbered correctly. Signed-off-by: Simon Glass s...@chromium.org --- drivers/pci/pci-uclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/pci-uclass.c