From: Greg Kroah-Hartman Date: Sun, 17 Nov 2024 21:29:42 +0000 (+0100) Subject: fuzz cleanup X-Git-Tag: v6.12.1~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=67826118f8ff5a6d3256259e2d06d5167d334857;p=thirdparty%2Fkernel%2Fstable-queue.git fuzz cleanup --- diff --git a/queue-6.11/drm-amd-display-fix-failure-to-read-vram-info-due-to-static-bp_result.patch b/queue-6.11/drm-amd-display-fix-failure-to-read-vram-info-due-to-static-bp_result.patch index c458e8ff5cf..d5ecca53850 100644 --- a/queue-6.11/drm-amd-display-fix-failure-to-read-vram-info-due-to-static-bp_result.patch +++ b/queue-6.11/drm-amd-display-fix-failure-to-read-vram-info-due-to-static-bp_result.patch @@ -20,14 +20,12 @@ Cc: hamishclaxton@gmail.com Cc: stable@vger.kernel.org # 6.11.x Signed-off-by: Greg Kroah-Hartman --- - drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 2 +- + drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -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 be8fbb04ad98..902491669cbc 100644 --- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c +++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c -@@ -3122,7 +3122,7 @@ static enum bp_result bios_parser_get_vram_info( +@@ -3122,7 +3122,7 @@ static enum bp_result bios_parser_get_vr struct dc_vram_info *info) { struct bios_parser *bp = BP_FROM_DCB(dcb); @@ -36,6 +34,3 @@ index be8fbb04ad98..902491669cbc 100644 struct atom_common_table_header *header; struct atom_data_revision revision; --- -2.47.0 -