From: H. Peter Anvin Date: Thu, 8 Jan 2009 23:09:12 +0000 (-0800) Subject: bzip2/lzma: fix constant in decompress_inflate X-Git-Tag: v2.6.30-rc1~625^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5619448fc55650cb76cbb825e16e4bb5d1390399;p=pandora-kernel.git bzip2/lzma: fix constant in decompress_inflate Impact: Cleanup Fix constant 0x8100 /* 32K */; according to Alain the value 0x8100 was left over test code to test misalignment, the correct value is indeed 0x8000 == 32K. Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed