Re: [U-Boot] [PATCH v2 05/21] dm: pci: Fix scanning multi-function device

2018-08-02 Thread Simon Glass
On 29 July 2018 at 07:36, Bin Meng wrote: > The flag to control whether to scan multi-function device during > enumeration should be cleared at the beginning of each iteration > if the device's function number equals to zero. > > Signed-off-by: Bin Meng > --- > > Changes in v2: None > > drivers/

[U-Boot] [PATCH v2 05/21] dm: pci: Fix scanning multi-function device

2018-07-29 Thread Bin Meng
The flag to control whether to scan multi-function device during enumeration should be cleared at the beginning of each iteration if the device's function number equals to zero. Signed-off-by: Bin Meng --- Changes in v2: None drivers/pci/pci-uclass.c | 2 ++ 1 file changed, 2 insertions(+) di