[PATCH 02/39] drm/amd/dal: Add missing return to bios helper

Harry Wentland harry.wentland at amd.com
Thu Nov 24 02:02:31 UTC 2016


From: Jordan Lazare <Jordan.Lazare at amd.com>

Change-Id: Icf15a6bd98c2afd4121670e3c2bb08559cf0348a
Signed-off-by: Jordan Lazare <Jordan.Lazare at amd.com>
Acked-by: Harry Wentland <harry.wentland at amd.com>
---
 drivers/gpu/drm/amd/dal/dc/bios/bios_parser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/dal/dc/bios/bios_parser.c b/drivers/gpu/drm/amd/dal/dc/bios/bios_parser.c
index 7fdce9b62f1d..67ecbca99c79 100644
--- a/drivers/gpu/drm/amd/dal/dc/bios/bios_parser.c
+++ b/drivers/gpu/drm/amd/dal/dc/bios/bios_parser.c
@@ -3665,7 +3665,7 @@ static void bios_parser_post_init(struct dc_bios *dcb)
 static bool bios_parser_is_accelerated_mode(
 	struct dc_bios *dcb)
 {
-	bios_is_accelerated_mode(dcb);
+	return bios_is_accelerated_mode(dcb);
 }
 
 /**
-- 
2.10.1



More information about the amd-gfx mailing list