commit | 1449c5d0e8f25af6c903797a636696901122e4e8 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hartleys@visionengravers.com> | Fri Jan 15 11:09:32 2010 -0700 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Thu Feb 25 11:29:25 2010 +0000 |
tree | 4f23274d75966ff824c0aec983ded23e7c378d28 | |
parent | 53f2b1c86a1fa1414be93571062ac4c263fa9fbc [diff] |
mtd: quiet sparse noise in cfi.h In the inline function cfi_build_cmd_addr, the cast of cmd_ofs to an uint8_t produces a sparse warning of the type: warning: cast truncates bits from constant value (2aa becomes aa) Quiet the warning by masking cmd_ofs with 0xff and remove the cast. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>