From: Dan Streetman Date: Mon, 11 May 2015 22:53:36 +0000 (-0400) Subject: lib: correct 842 decompress for 32 bit X-Git-Tag: omap-for-v4.3/legacy-v2-signed~193^2~183 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca7fc7e962fa067ba31f76a6e5828537394f6481;p=pandora-kernel.git lib: correct 842 decompress for 32 bit Avoid 64 bit mod operation, which won't work on 32 bit systems. Simple subtraction can be used instead in this case. Reported-By: Fengguang Wu Signed-off-by: Dan Streetman Signed-off-by: Herbert Xu --- Reading git-diff-tree failed