Re: [U-Boot] [PATCH 01/18] dm: core: Add \n to two dm_warn() messages

2015-07-22 Thread Simon Glass
On 6 July 2015 at 16:47, Simon Glass wrote: > > These should finish with a newline like the others. > > Signed-off-by: Simon Glass > --- > > drivers/core/device.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied to u-boot-dm. ___ U-

[U-Boot] [PATCH 01/18] dm: core: Add \n to two dm_warn() messages

2015-07-06 Thread Simon Glass
These should finish with a newline like the others. Signed-off-by: Simon Glass --- drivers/core/device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/core/device.c b/drivers/core/device.c index 85fd1fc..eebb53c 100644 --- a/drivers/core/device.c +++ b/drivers/