commit | 6a73cf3d8fe32f3bddd4ba7dd47dcb75df5ca592 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:56:16 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 08 13:57:42 2019 +0800 |
tree | 9fa37de6efb7a4e1052eb3f8be20ba39c3d34c5a | |
parent | f365152a55e6619d5f87d851790e329f7b441b61 [diff] |
pci: Show a message if PCI autoconfig fails At present this fails silently which can be confusing since some devices on the PCI bus may not work correctly. Show a message in this case. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> [bmeng: add a '\n' in the PCI autoconfig fail message] Signed-off-by: Bin Meng <bmeng.cn@gmail.com>