soc/rockchip/rk3399/display.c: Remove unuseful 'return' in void function

Change-Id: I8b5537bb6d0cb934aadb0eba8ba4f51dd53026c2
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61488
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:56:13 +01:00 committed by Felix Held
parent 57cd69f293
commit 7663852a9d
1 changed files with 0 additions and 2 deletions

View File

@ -162,6 +162,4 @@ retry_edp:
} }
mainboard_power_on_backlight(); mainboard_power_on_backlight();
fb_new_framebuffer_info_from_edid(&edid, (uintptr_t)0); fb_new_framebuffer_info_from_edid(&edid, (uintptr_t)0);
return;
} }