ARM: zImage: don't ignore error returned from decompress()
authorNicolas Pitre <nicolas.pitre@linaro.org>
Fri, 22 Apr 2011 01:59:49 +0000 (21:59 -0400)
committerNicolas Pitre <nico@fluxnic.net>
Thu, 28 Apr 2011 20:12:28 +0000 (16:12 -0400)
If decompress() returns an error without calling error(), we must
not attempt to boot the resulting kernel.

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Tested-by: Shawn Guo <shawn.guo@linaro.org>

No differences found