Re: [PATCH] cmd: gpt: remove redundant print messages

2021-03-31 Thread Patrick DELAUNAY
Hi, On 3/30/21 11:34 PM, Ravik Hasija wrote: Removing printfs from do_gpt API as the messages are generic and does not specify error codes for failure cases. Signed-off-by: Ravik Hasija --- cmd/gpt.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/gpt.c b/cmd/gpt.c index 76a95ade6c

[PATCH] cmd: gpt: remove redundant print messages

2021-03-30 Thread Ravik Hasija
Removing printfs from do_gpt API as the messages are generic and does not specify error codes for failure cases. Signed-off-by: Ravik Hasija --- cmd/gpt.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/gpt.c b/cmd/gpt.c index 76a95ade6c..2c516745b0 100644 --- a/cmd/gpt.c +++ b/cmd/gpt.