summaryrefslogtreecommitdiff
path: root/sys-kernel/linux-image-redcore/files/6.7-acpi-use-kern_warning_even_when_error.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-24 12:27:10 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-24 12:27:10 +0000
commitf0441898622982ede21c3104ca8beb040489dadf (patch)
treee0d214f5acb3683e05a5a20ca12c5a78a0828f3f /sys-kernel/linux-image-redcore/files/6.7-acpi-use-kern_warning_even_when_error.patch
parent1aa5bb1d09eb82316d7bc8f902756f49921ac4e7 (diff)
sys-kernel/linux-{image,sources}-redcore : version bump (v6.7.x)
Diffstat (limited to 'sys-kernel/linux-image-redcore/files/6.7-acpi-use-kern_warning_even_when_error.patch')
-rw-r--r--sys-kernel/linux-image-redcore/files/6.7-acpi-use-kern_warning_even_when_error.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-kernel/linux-image-redcore/files/6.7-acpi-use-kern_warning_even_when_error.patch b/sys-kernel/linux-image-redcore/files/6.7-acpi-use-kern_warning_even_when_error.patch
new file mode 100644
index 00000000..64c773ab
--- /dev/null
+++ b/sys-kernel/linux-image-redcore/files/6.7-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): "
+
+ /*