Re: [U-Boot] [PATCH] common: command add '\n' for debug msg

2015-08-02 Thread Simon Glass
On 2 August 2015 at 15:25, Simon Glass wrote: > On 28 July 2015 at 08:45, Peng Fan wrote: >> Add '\n' for debug msg. >> >> Signed-off-by: Peng Fan >> Cc: Tom Rini >> Cc: Masahiro Yamada >> Cc: Simon Glass >> --- >> common/command.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > >

Re: [U-Boot] [PATCH] common: command add '\n' for debug msg

2015-08-02 Thread Simon Glass
On 28 July 2015 at 08:45, Peng Fan wrote: > Add '\n' for debug msg. > > Signed-off-by: Peng Fan > Cc: Tom Rini > Cc: Masahiro Yamada > Cc: Simon Glass > --- > common/command.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Simon Glass _

[U-Boot] [PATCH] common: command add '\n' for debug msg

2015-07-28 Thread Peng Fan
Add '\n' for debug msg. Signed-off-by: Peng Fan Cc: Tom Rini Cc: Masahiro Yamada Cc: Simon Glass --- common/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/command.c b/common/command.c index 4719f49..381e6a2 100644 --- a/common/command.c +++ b/common/comma