summaryrefslogtreecommitdiff
path: root/sys-kernel/linux-image-redcore/files/5.14-acpi-use-kern_warning_even_when_error.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-12 14:51:38 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-12 14:51:38 +0100
commit16f720dba3c25aafe2e82efd2c408a265fd78955 (patch)
treee547efbd81220aa38121fe912a5adf4b3ece02a6 /sys-kernel/linux-image-redcore/files/5.14-acpi-use-kern_warning_even_when_error.patch
parentd7a32e0e387edf38b121af0855aa612b408459ff (diff)
sys-kernel/linux-{image,sources}-redcore : version bump
Diffstat (limited to 'sys-kernel/linux-image-redcore/files/5.14-acpi-use-kern_warning_even_when_error.patch')
-rw-r--r--sys-kernel/linux-image-redcore/files/5.14-acpi-use-kern_warning_even_when_error.patch18
1 files changed, 0 insertions, 18 deletions
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
deleted file mode 100644
index 64c773ab..00000000
--- a/sys-kernel/linux-image-redcore/files/5.14-acpi-use-kern_warning_even_when_error.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-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): "
-
- /*