From: Dan Carpenter Date: Thu, 11 Oct 2012 06:56:35 +0000 (+0300) Subject: gpio-timberdale: fix a potential wrapping issue X-Git-Tag: v3.7-rc4~21^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79550a7bc35c16476ebdc27c78378d8093390ec;p=pandora-kernel.git gpio-timberdale: fix a potential wrapping issue ->last_ier is an unsigned long but the high bits can't be used int the original code because the shift wraps. Cc: stable@kernel.org Signed-off-by: Dan Carpenter Signed-off-by: Linus Walleij --- Reading git-diff-tree failed