From: Cristian Stoica Date: Thu, 14 Aug 2014 10:51:57 +0000 (+0300) Subject: crypto: caam - fix addressing of struct member X-Git-Tag: fixes-for-v3.18-merge-window~17^2~31 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4451d494b1910bf7b7f8381a637d0fe6d2142467;p=pandora-kernel.git crypto: caam - fix addressing of struct member buf_0 and buf_1 in caam_hash_state are not next to each other. Accessing buf_1 is incorrect from &buf_0 with an offset of only size_of(buf_0). The same issue is also with buflen_0 and buflen_1 Cc: # 3.13+ Signed-off-by: Cristian Stoica Signed-off-by: Herbert Xu --- Reading git-diff-tree failed