From: Nicolas Pitre Date: Tue, 19 Apr 2011 20:13:23 +0000 (-0400) Subject: ARM: zImage: simplify decompress_kernel() X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d537ff24e0ab5af0d04ed0cff88f0034571e3e9;p=pandora-kernel.git 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 Tested-by: Shawn Guo Tested-by: Tony Lindgren --- Reading git-diff-tree failed