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>
This commit is contained in:
Elyes HAOUAS 2022-01-30 11:58:10 +01:00 committed by Felix Held
parent 484708e9ca
commit 82e3913a82
1 changed files with 0 additions and 2 deletions

View File

@ -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