commit | daae74cad4bcd4566fcb82477e33c42bcdaa86e8 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Aug 09 12:49:05 2013 +0300 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Fri Aug 30 21:36:35 2013 +0100 |
tree | c17ee5583fc73f58b93fc4b918742bc38102e0d3 | |
parent | 7a96541a8e9fe720bec3900679ca514fefd2d516 [diff] |
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 <dan.carpenter@oracle.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>