commit | 20bdc1ef0a82c730e32cfcdd5215826304b5fe5e | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Aug 03 01:14:37 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 08 12:49:31 2018 +0100 |
tree | e9b7ee1f7d291255ec57a77cf03a9f635df158a5 | |
parent | 00d808e653a7683a242985f529cf8a1442f0b39e [diff] |
dm: pci: Fix scanning multi-function device 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 <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>