From 82e3913a82aca7c8c39930faddc9fe59364c0879 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 30 Jan 2022 11:58:10 +0100 Subject: soc/nvidia/tegra124/sor.c: Remove unuseful 'return' in void function Change-Id: I8539eb9028f3141dfbeb926a1e19e3ad94be3edf Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/61490 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/soc/nvidia/tegra124/sor.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/soc/nvidia') diff --git a/src/soc/nvidia/tegra124/sor.c b/src/soc/nvidia/tegra124/sor.c index 2cf16b068b10..9e56c68c08c7 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 -- cgit v1.2.3