commit | fda095f8c892feef16b3580934fc5d0a98f9980b | [log] [tgz] |
---|---|---|
author | Varun Wadekar <vwadekar@nvidia.com> | Wed Jan 02 10:48:18 2019 -0800 |
committer | Varun Wadekar <vwadekar@nvidia.com> | Fri Jan 18 09:21:50 2019 -0800 |
tree | 68742db5840bd47be89e308abba0ba98984732de | |
parent | ee25e82f19304d919589716ba476d9be37fb8d92 [diff] |
Tegra: fix MISRA defects in tegra_bl31_setup.c Main fixes: Add parentheses to avoid implicit operator precedence [Rule 12.1] Fixed if statement conditional to be essentially boolean [Rule 14.4] Added curly braces ({}) around if statements in order to make them compound [Rule 15.6] Voided non c-library functions whose return types are not used [Rule 17.7] Bug 200272157 Change-Id: Ic3ab5a3de95aeb6d2265df940f7fb35ea0f19ab0 Signed-off-by: Anthony Zhou <anzhou@nvidia.com>