arm-trusted-firmware/plat/nvidia/tegra/common/drivers
Anthony Zhou 31d97dc2d8 Tegra: pmc: fix defects flagged during MISRA analysis
Main fixes:

* Fixed if/while statement conditional to be essentially boolean [Rule 14.4]

* Added curly braces ({}) around if/for/while statements in order to
  make them compound [Rule 15.6]

* 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]

Change-Id: Ic72b248aeede6cf18bf85051188ea7b8fd8ae829
Signed-off-by: Anthony Zhou <anzhou@nvidia.com>
2017-06-14 17:01:15 -07:00
..
flowctrl Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
memctrl Tegra: memctrl: check GPU reset state from common place 2017-06-14 17:01:04 -07:00
pmc Tegra: pmc: fix defects flagged during MISRA analysis 2017-06-14 17:01:15 -07:00
smmu Use SPDX license identifiers 2017-05-03 09:39:28 +01:00