Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Dec 12, 2024
1 parent da52cc8 commit 23e822f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions patches/9002-remove-161.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
From 517dca0b1ec2b4d907af0e45abc50546c0d56439 Mon Sep 17 00:00:00 2001
From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com>
Date: Thu, 12 Dec 2024 06:44:05 +0530
Subject: [PATCH] Update x86-stub.c

---
drivers/firmware/efi/libstub/x86-stub.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/firmware/efi/libstub/x86-stub.c b/drivers/firmware/efi/libstub/x86-stub.c
index 188c8000d245ec..a150e17656454e 100644
--- a/drivers/firmware/efi/libstub/x86-stub.c
+++ b/drivers/firmware/efi/libstub/x86-stub.c
@@ -234,7 +234,6 @@ static bool apple_match_product_name(void)
"MacBookPro14,3",
"MacBookPro15,1",
"MacBookPro15,3",
- "MacBookPro16,1",
"MacBookPro16,4",
};
const struct efi_smbios_type1_record *record;

0 comments on commit 23e822f

Please sign in to comment.