commit | 25d127feb11b59ee21b4de2110cb966ab6cec153 | [log] [tgz] |
---|---|---|
author | Anthony Zhou <anzhou@nvidia.com> | Tue Mar 21 15:58:50 2017 +0800 |
committer | Varun Wadekar <vwadekar@nvidia.com> | Wed Jan 16 10:19:52 2019 -0800 |
tree | 53e6b9095ecd7d01c10651fd0733327cf6b848c9 | |
parent | 5d1bb0590bd5e8d3305140283c93e7357b42cb6d [diff] |
Tegra186: setup: fix defects flagged by MISRA scan Main fixes: Added explicit casts (e.g. 0U) to integers in order for them to be compatible with whatever operation they're used in [Rule 10.1] Force operands of an operator to the same type category [Rule 10.4] Added curly braces ({}) around if statements in order to make them compound [Rule 15.6] Change-Id: I4840c3122939f736113d61f1462af3bd7b0b5085 Signed-off-by: Anthony Zhou <anzhou@nvidia.com>