From: Joshua Aberback <[email protected]>

Reviewed-by: Dillon Varone <[email protected]>
Acked-by: Aurabindo Pillai <[email protected]>
Signed-off-by: Joshua Aberback <[email protected]>
---
 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c 
b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
index aef964f1bcbe..875a064bb9a5 100644
--- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
+++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
@@ -1747,7 +1747,6 @@ static enum bp_result bios_parser_get_firmware_info(
                                result = get_firmware_info_v3_2(bp, info);
                                break;
                        case 4:
-                       case 5:
                                result = get_firmware_info_v3_4(bp, info);
                                break;
                        default:
@@ -2398,7 +2397,6 @@ static enum bp_result get_vram_info_v30(
        return result;
 }
 
-
 /*
  * get_integrated_info_v11
  *
-- 
2.39.2

Reply via email to