Re: [U-Boot] [PATCH v2 3/3] common: cmd_part: Error prints on failures

2015-06-15 Thread Paul Kocialkowski
Le lundi 15 juin 2015 à 09:00 -0600, Stephen Warren a écrit : > On 06/13/2015 02:38 AM, Paul Kocialkowski wrote: > > When a failure occurs when selecting the device or partition, the user > > should be > > notified through an error print. > > > diff --git a/common/cmd_part.c b/common/cmd_part.c >

Re: [U-Boot] [PATCH v2 3/3] common: cmd_part: Error prints on failures

2015-06-15 Thread Stephen Warren
On 06/13/2015 02:38 AM, Paul Kocialkowski wrote: When a failure occurs when selecting the device or partition, the user should be notified through an error print. diff --git a/common/cmd_part.c b/common/cmd_part.c @@ -38,8 +38,10 @@ static int do_part_uuid(int argc, char * const argv[])

[U-Boot] [PATCH v2 3/3] common: cmd_part: Error prints on failures

2015-06-13 Thread Paul Kocialkowski
When a failure occurs when selecting the device or partition, the user should be notified through an error print. Signed-off-by: Paul Kocialkowski --- common/cmd_part.c | 24 ++-- 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/common/cmd_part.c b/common/cmd_pa