From: Nicolas Pitre Date: Tue, 19 Apr 2011 20:13:23 +0000 (-0400) Subject: ARM: zImage: simplify decompress_kernel() X-Git-Tag: v3.0-rc1~328^2^2~8^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e40f1e9fb342a2e38fae164861a8cff248ceb87b;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