diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2022-01-30 11:57:14 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-01 18:09:01 +0000 |
commit | 484708e9ca72973fbd5037dd22f07b6835dd80da (patch) | |
tree | 86204f931ce9be89d31c0930c6e977ee7020ae61 /src/soc/nvidia | |
parent | 7663852a9d398aa542899ae8e3652f97200ee7f8 (diff) |
soc/nvidia/tegra210/sor.c: Remove unuseful 'return' in void function
Change-Id: Ifaaf8a240436758a83216037994493255935f158
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61489
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/nvidia')
-rw-r--r-- | src/soc/nvidia/tegra210/sor.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/nvidia/tegra210/sor.c b/src/soc/nvidia/tegra210/sor.c index 9b50d93996..fe89d147aa 100644 --- a/src/soc/nvidia/tegra210/sor.c +++ b/src/soc/nvidia/tegra210/sor.c @@ -579,8 +579,6 @@ static void dump_sor_reg(struct tegra_dc_sor_data *sor) DUMP_REG(NV_SOR_DP_SPARE(0)); DUMP_REG(NV_SOR_DP_SPARE(1)); DUMP_REG(NV_SOR_DP_TPG); - - return; } #endif |