commit | 4886287ee4f942aeee2ae0d50281ce21e8c43cf5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Dec 29 21:19:14 2019 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 07 16:02:38 2020 -0700 |
tree | 744bacc35e9f321448190a3e50a0b592699e6c59 | |
parent | 3d9acea3d9ae45037ff2fd1e4c2f877f0466ce6a [diff] |
pci: Print a warning if the bus is accessed before probing It is not possible to access a device on a PCI bus that has not yet been probed, since the bus number is not known. Add a warning to catch this error. Signed-off-by: Simon Glass <sjg@chromium.org>