linux: Remove i2c-oops patch
This commit is contained in:
parent
264367b15e
commit
c08aa32c90
@ -1,12 +0,0 @@
|
||||
diff --git a/drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c b/drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c
|
||||
index 1d645c9ab417bf..cac262a912c124 100644
|
||||
--- a/drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c
|
||||
+++ b/drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c
|
||||
@@ -337,7 +337,8 @@ static const struct dmi_system_id i2c_hid_dmi_desc_override_table[] = {
|
||||
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "FlexBook edge11 - M-FBE11"),
|
||||
},
|
||||
.driver_data = (void *)&sipodev_desc
|
||||
- }
|
||||
+ },
|
||||
+ { } /* Terminate list */
|
||||
};
|
@ -57,8 +57,4 @@ rec {
|
||||
sha256 = "1l8xq02rd7vakxg52xm9g4zng0ald866rpgm8kjlh88mwwyjkrwv";
|
||||
};
|
||||
};
|
||||
|
||||
# Fix kernel OOPS on boot: https://github.com/NixOS/nixpkgs/issues/60126
|
||||
# Remove with the next release.
|
||||
i2c-oops = { name = "i2c-oops"; patch = ./i2c-oops.patch; };
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user