From 147c60950e13ce4876b97a4b52452e8ff6f60d9c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 11 Sep 2021 18:04:28 +0100 Subject: sys-kernel/linux-{image,sources}-redcore : add v5.14 --- .../5.14-acpi-use-kern_warning_even_when_error.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sys-kernel/linux-image-redcore/files/5.14-acpi-use-kern_warning_even_when_error.patch (limited to 'sys-kernel/linux-image-redcore/files/5.14-acpi-use-kern_warning_even_when_error.patch') diff --git a/sys-kernel/linux-image-redcore/files/5.14-acpi-use-kern_warning_even_when_error.patch b/sys-kernel/linux-image-redcore/files/5.14-acpi-use-kern_warning_even_when_error.patch new file mode 100644 index 00000000..64c773ab --- /dev/null +++ b/sys-kernel/linux-image-redcore/files/5.14-acpi-use-kern_warning_even_when_error.patch @@ -0,0 +1,18 @@ +diff -Naur linux-5.1/include/acpi/platform/aclinux.h linux-5.1-p/include/acpi/platform/aclinux.h +--- linux-5.1/include/acpi/platform/aclinux.h 2019-05-06 02:42:58.000000000 +0200 ++++ linux-5.1-p/include/acpi/platform/aclinux.h 2019-05-07 09:49:23.980444601 +0200 +@@ -153,12 +153,12 @@ + #define ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_get_next_filename + #define ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_close_directory + +-#define ACPI_MSG_ERROR KERN_ERR "ACPI Error: " ++#define ACPI_MSG_ERROR KERN_WARNING "ACPI Error: " + #define ACPI_MSG_EXCEPTION KERN_ERR "ACPI Exception: " + #define ACPI_MSG_WARNING KERN_WARNING "ACPI Warning: " + #define ACPI_MSG_INFO KERN_INFO "ACPI: " + +-#define ACPI_MSG_BIOS_ERROR KERN_ERR "ACPI BIOS Error (bug): " ++#define ACPI_MSG_BIOS_ERROR KERN_WARNING "ACPI BIOS Error (bug): " + #define ACPI_MSG_BIOS_WARNING KERN_WARNING "ACPI BIOS Warning (bug): " + + /* -- cgit v1.2.3