From: Tudor Ambarus Date: Fri, 17 Jul 2015 13:54:54 +0000 (+0300) Subject: crypto: caam - fix warning in APPEND_MATH_IMM_u64 X-Git-Tag: omap-for-v4.3/fixes-merge-window~29^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1f2cd21ed5335bfcf5dd1d3a05a2a83bae14c3a;p=pandora-kernel.git crypto: caam - fix warning in APPEND_MATH_IMM_u64 An implicit truncation is done when using a variable of 64 bits in MATH command: warning: large integer implicitly truncated to unsigned type [-Woverflow] Silence the compiler by feeding it with an explicit truncated value. Signed-off-by: Tudor Ambarus Signed-off-by: Horia Geant? Signed-off-by: Herbert Xu --- Reading git-diff-tree failed