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)
commite40f1e9fb342a2e38fae164861a8cff248ceb87b
tree90f68e7bed7a21aee4cc3bfcf8916053a62aaf6b
parent34cc1a8fe0d3f89f3602b49f1121a99d2bfc5efc
ARM: zImage: simplify decompress_kernel()

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