Re: [U-Boot] [PATCH 2/6] gpt: command: cosmetic: Replace printf with puts

2015-11-19 Thread Lukasz Majewski
Hi Tom, > On Fri, Nov 13, 2015 at 07:42:08AM +0100, Lukasz Majewski wrote: > > > This code is not processing any data to serial console output and > > hence can be replaced with puts. > > > > Signed-off-by: Lukasz Majewski > > No, printf is fine, always. We went over this before and it's not

Re: [U-Boot] [PATCH 2/6] gpt: command: cosmetic: Replace printf with puts

2015-11-18 Thread Tom Rini
On Fri, Nov 13, 2015 at 07:42:08AM +0100, Lukasz Majewski wrote: > This code is not processing any data to serial console output and hence > can be replaced with puts. > > Signed-off-by: Lukasz Majewski No, printf is fine, always. We went over this before and it's not a win to change things.

[U-Boot] [PATCH 2/6] gpt: command: cosmetic: Replace printf with puts

2015-11-12 Thread Lukasz Majewski
This code is not processing any data to serial console output and hence can be replaced with puts. Signed-off-by: Lukasz Majewski --- common/cmd_gpt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/cmd_gpt.c b/common/cmd_gpt.c index 4da2de7..4c71125 100644 --- a