Re: [U-Boot] [PATCH 032/126] pci: Show a message if PCI autoconfig fails

2019-10-06 Thread Bin Meng
On Sat, Oct 5, 2019 at 9:12 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > 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 > > nits: missing . after case Fixed,

Re: [U-Boot] [PATCH 032/126] pci: Show a message if PCI autoconfig fails

2019-10-05 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > 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 nits: missing . after case > > Signed-off-by: Simon Glass > --- > > drivers/pci/pci_auto.c | 12

[U-Boot] [PATCH 032/126] pci: Show a message if PCI autoconfig fails

2019-09-25 Thread Simon Glass
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 --- drivers/pci/pci_auto.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git