Re: [U-Boot] [RFC PATCH v2 18/20] fastboot: Check if part_name is NULL before using it

2018-05-07 Thread Jocelyn Bohr
On Thu, May 3, 2018 at 2:26 PM Joe Hershberger wrote: > On Mon, Apr 30, 2018 at 3:32 AM, Alex Kiernan > wrote: > > If we don't have a partition name passed, report it as not found. > > > > Signed-off-by: Alex Kiernan > > Acked-by: Joe Hershberger > Reviewed-by: Jocelyn Bohr _

Re: [U-Boot] [RFC PATCH v2 18/20] fastboot: Check if part_name is NULL before using it

2018-05-03 Thread Joe Hershberger
On Mon, Apr 30, 2018 at 3:32 AM, Alex Kiernan wrote: > If we don't have a partition name passed, report it as not found. > > Signed-off-by: Alex Kiernan Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listi

[U-Boot] [RFC PATCH v2 18/20] fastboot: Check if part_name is NULL before using it

2018-04-30 Thread Alex Kiernan
If we don't have a partition name passed, report it as not found. Signed-off-by: Alex Kiernan --- Changes in v2: None drivers/fastboot/fb_getvar.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/fastboot/fb_getvar.c b/drivers/fastboot/fb_getvar.c index 7989a19..cc