commit | faad34611dc9efd77b1a1e1062311767bf331950 | [log] [tgz] |
---|---|---|
author | Anthony Zhou <anzhou@nvidia.com> | Tue Mar 21 15:50:09 2017 +0800 |
committer | Varun Wadekar <vwadekar@nvidia.com> | Wed Jan 16 10:12:35 2019 -0800 |
tree | d7cc6ca1df2d9043089d3ea7abee595e48d983f6 | |
parent | c209980d24dafaeb1ba1a53fc7c9458fb52b62d7 [diff] |
Tegra186: secondary: fix MISRA defects 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] Voided non c-library functions whose return types are not used [Rule 17.7] Change-Id: I758e7ef6d45dd2edf4cd5580e2af15219246e75c Signed-off-by: Anthony Zhou <anzhou@nvidia.com>