https://bugzilla.kernel.org/show_bug.cgi?id=198849
--- Comment #1 from [email protected] --- I made patches to remove stupid acpi erros because intel developers care only ice lake hardware and other hardware is buggy. --- a/include/acpi/platform/acenv.h (date 1512400986000) +++ b/include/acpi/platform/acenv.h (date 1512400986000) @@ -107,7 +107,7 @@ #ifdef ACPI_HELP_APP #define ACPI_NO_ERROR_MESSAGES #endif - +#define ACPI_NO_ERROR_MESSAGES /* acpi_names configuration. Debug output enabled. */ #ifdef ACPI_NAMES_APP --- a/drivers/acpi/acpica/acmacros.h (date 1519723599000) +++ b/drivers/acpi/acpica/acmacros.h (date 1519723599000) @@ -465,7 +465,7 @@ /* No error messages */ -#define ACPI_ERROR_NAMESPACE(s, e) +#define ACPI_ERROR_NAMESPACE(s, p, e) #define ACPI_ERROR_METHOD(s, n, p, e) #define ACPI_WARN_PREDEFINED(plist) #define ACPI_INFO_PREDEFINED(plist) -- You are receiving this mail because: You are watching the assignee of the bug. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
