From: Brian Norris Date: Tue, 22 Jul 2014 02:08:03 +0000 (-0700) Subject: mtd: nand: fix integer widening problems X-Git-Tag: fixes-against-v3.18-rc2~54^2~33^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=537ab1bd47d6518e8a40207a80dd0c2c4bc43aed;p=pandora-kernel.git mtd: nand: fix integer widening problems chip->pagebuf is a 32-bit type (int), so the shift will only be applied as 32-bit. Fix this for 64-bit safety. Caught by Coverity. Signed-off-by: Brian Norris --- Reading git-diff-tree failed