diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2022-01-30 11:58:10 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-01 18:10:01 +0000 |
commit | 82e3913a82aca7c8c39930faddc9fe59364c0879 (patch) | |
tree | b16b0d90ccfcd3fc3ced5fed380edf2f9e4b5c3c /src/soc/nvidia | |
parent | 484708e9ca72973fbd5037dd22f07b6835dd80da (diff) |
soc/nvidia/tegra124/sor.c: Remove unuseful 'return' in void function
Change-Id: I8539eb9028f3141dfbeb926a1e19e3ad94be3edf
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61490
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/tegra124/sor.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/nvidia/tegra124/sor.c b/src/soc/nvidia/tegra124/sor.c index 2cf16b068b..9e56c68c08 100644 --- a/src/soc/nvidia/tegra124/sor.c +++ b/src/soc/nvidia/tegra124/sor.c @@ -581,8 +581,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 |