Re: [U-Boot] [PATCH 04/10] dm: pci: Correct a few debug() statements

2015-10-18 Thread Simon Glass
On 14 September 2015 at 06:15, Bin Meng wrote: > On Wed, Sep 9, 2015 at 7:52 AM, Simon Glass wrote: >> One debug() statement is missing a newline. The other has a repeated word. >> Fix these. >> >> Signed-off-by: Simon Glass >> --- >> >> drivers/pci/pci-uclass.c | 4 ++-- >> 1 file changed, 2 i

Re: [U-Boot] [PATCH 04/10] dm: pci: Correct a few debug() statements

2015-09-14 Thread Bin Meng
On Wed, Sep 9, 2015 at 7:52 AM, Simon Glass wrote: > One debug() statement is missing a newline. The other has a repeated word. > Fix these. > > Signed-off-by: Simon Glass > --- > > drivers/pci/pci-uclass.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/pci/

[U-Boot] [PATCH 04/10] dm: pci: Correct a few debug() statements

2015-09-08 Thread Simon Glass
One debug() statement is missing a newline. The other has a repeated word. Fix these. Signed-off-by: Simon Glass --- drivers/pci/pci-uclass.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/pci/pci-uclass.c b/drivers/pci/pci-uclass.c index 437c81a..7347160 100644