Re: [PATCH] arm: removed compiler warning

2014-02-21 Thread Gregory CLEMENT
On 17/02/2014 05:38, John de la Garza wrote: > Removed this compiler warning for arch/arm/boot/compressed/atags_to_fdt.c. > The warning was: 'memsize' may be used uninitialized in this function. > Indeed it was an error, thanks to have fixed it. > Signed-off-by: John de la Garza Acked-by: Greg

[PATCH] arm: removed compiler warning

2014-02-16 Thread John de la Garza
Removed this compiler warning for arch/arm/boot/compressed/atags_to_fdt.c. The warning was: 'memsize' may be used uninitialized in this function. Signed-off-by: John de la Garza --- arch/arm/boot/compressed/atags_to_fdt.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/a