Sorry, one more time to remove the html (hopefully) ..
On 07/19/2017 03:43 PM, Daniel Walker wrote:
Hi,
We have noticed that in this file,
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/acpi/acoutput.h
There are these print macros
|#define ACPI_INFO(plist) acpi_info plist #define ACPI_WARNING(plist)
acpi_warning plist #define ACPI_EXCEPTION(plist) acpi_exception plist
#define ACPI_ERROR(plist) acpi_error plist #define
ACPI_BIOS_WARNING(plist) acpi_bios_warning plist #define
ACPI_BIOS_ERROR(plist) acpi_bios_error plist |
It seems that these don't translate to the appropriate Linux KERN_*
loglevels. We noticed this because our test group started reporting
these as warning messages because they print out with the default
loglevel (KERN_WARN) ..
Is this intentional or an over site ?
Thanks,
Daniel
||
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html