commit | d6102295c5694138b2df85069cefab2e46694598 | [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 | 214e8464acd27b41d5e81b94e42b7bf33a54fb40 [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>