ARM: zImage: simplify decompress_kernel()
authorNicolas Pitre <nicolas.pitre@linaro.org>
Tue, 19 Apr 2011 20:13:23 +0000 (16:13 -0400)
committerNicolas Pitre <nico@fluxnic.net>
Sat, 7 May 2011 04:08:00 +0000 (00:08 -0400)
The return value for decompress_kernel() is no longer used.  Furthermore,
this was obtained and stored in a variable called output_ptr which is
a complete misnomer for what is actually the size of the decompressed
kernel image.  Let's get rid of it.

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Tested-by: Shawn Guo <shawn.guo@linaro.org>
Tested-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/compressed/misc.c

Simple merge