commit | 183638f021c22cbd8cd30e0affd96fbcc8555776 | [log] [tgz] |
---|---|---|
author | Elyes Haouas <ehaouas@noos.fr> | Mon Feb 13 10:05:41 2023 +0100 |
committer | Elyes HAOUAS <ehaouas@noos.fr> | Thu Mar 09 14:59:08 2023 +0100 |
tree | 3d2ab6869dc25a5d11365cf82a1e0f90526b213c | |
parent | 0a36560fe28b6a4e9cc6fe60b8ff3968417a67f9 [diff] [blame] |
style: remove useless trailing semicolon and line continuations found using checkpatch.pl[1] [1]: https://review.coreboot.org/plugins/gitiles/coreboot/+/refs/heads/master/util/lint/checkpatch.pl Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: I7957c9694300fefb85d11f7819c43af95271f14c
diff --git a/plat/nvidia/tegra/drivers/pmc/pmc.c b/plat/nvidia/tegra/drivers/pmc/pmc.c index 6c5a73b..e70e7a6 100644 --- a/plat/nvidia/tegra/drivers/pmc/pmc.c +++ b/plat/nvidia/tegra/drivers/pmc/pmc.c
@@ -103,7 +103,7 @@ bool tegra_pmc_is_last_on_cpu(void) { int i, cpu = read_mpidr() & MPIDR_CPU_MASK; - uint32_t val = tegra_pmc_read_32(PMC_PWRGATE_STATUS);; + uint32_t val = tegra_pmc_read_32(PMC_PWRGATE_STATUS); bool status = true; /* check if this is the last standing CPU */