commit | 8097672c0a85d4597a3f1ab9f70182b53aef0023 | [log] [tgz] |
---|---|---|
author | Hariram Purushothaman <hariramp@codeaurora.org> | Wed Jun 14 11:39:41 2017 -0700 |
committer | Hariram Purushothaman <hariramp@codeaurora.org> | Wed Jun 14 11:55:35 2017 -0700 |
tree | 72d502d934ef469ab6f7ff66eadfc8144f7efee4 | |
parent | 4784ec24eef340176a2644681648a87089f64178 [diff] |
msm: camera: Fix UBSAN compilation failures Fix CDM util compilation failures if CONFIG_UBSAN is enabled, by removing the static checks in cdm util using BUILD_BUG_ON for the data alignement checks. CRs-Fixed: 2061339 Change-Id: Ieabb96bddd5e09286d239bc98d61caabea15a5da Signed-off-by: Hariram Purushothaman <hariramp@codeaurora.org>