summaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorZhen Kong <zkong@codeaurora.org>2016-02-05 17:46:40 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-29 13:51:51 -0700
commitcb2d1d68c30c525a5eedfe9f67a2a3843c71bc67 (patch)
treec2dfd267c22541a0c17a0f1c7a32ef276516e3fa /include/linux/debugobjects.h
parent664cdd33f956accabebd29edba6c220b1580744d (diff)
qseecom: fix macro QSEECOM_ALIGN definition issue
In macro QSEECOM_ALIGN, change (x + QSEECOM_ALIGN_SIZE) to (x + QSEECOM_ALIGN_MASK); otherwise, when x is already aligned, QSEECOM_ALIGN(x) will get (x + QSEECOM_ALIGN_SIZE), but it should be x. Also, remove the dulplicate QSEECOM_ALIGN definition in hdcp.c and mpq_sdmx.c, since they already include "qseecom_kernel.h" Change-Id: I9dbcadb618372fce71c2ff7ab62ca691afe7c7fa Signed-off-by: Zhen Kong <zkong@codeaurora.org>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions