From: Dan Carpenter Date: Fri, 9 Aug 2013 09:49:05 +0000 (+0300) Subject: mtd: nand: silence some shift wrap warnings X-Git-Tag: v3.12-rc1~82^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daae74cad4bcd4566fcb82477e33c42bcdaa86e8;p=pandora-kernel.git mtd: nand: silence some shift wrap warnings There are static checkers which complain when we declare variables as 64 bit bitfields but only use the lower 32 bits because of shift wrapping. In this case "len" is declared as u64 as opposed to unsigned long or something which might be 32 bits. Signed-off-by: Dan Carpenter Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed