diff options
| author | Len Brown <len.brown@intel.com> | 2010-10-15 21:38:57 -0400 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2010-10-15 21:38:57 -0400 |
| commit | 3af283e1141474925b33383425bbe038e75fd03a (patch) | |
| tree | 63b233448f6fe95fce1cc15eebafb841378785f4 | |
| parent | 846b44ad4ed11fe4dc1bddd484dde71c272bcf1b (diff) | |
ACPI: add FW_BUG to OSI(Linux) message
Linux-2.6.22 initiated a dmesg complaint when it saw BIOS that invoked
OSI(Linux). Linux-2.6.23 continued that complaint and started our
policy of ignoring the bogus BIOS request.
Past-time for Linux to label that complaint with FW_BUG.
Signed-off-by: Len Brown <len.brown@intel.com>
| -rw-r--r-- | drivers/acpi/osl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c index 90a8e86e86f5..d3bed219c442 100644 --- a/drivers/acpi/osl.c +++ b/drivers/acpi/osl.c | |||
| @@ -144,7 +144,7 @@ static u32 acpi_osi_handler(acpi_string interface, u32 supported) | |||
| 144 | { | 144 | { |
| 145 | if (!strcmp("Linux", interface)) { | 145 | if (!strcmp("Linux", interface)) { |
| 146 | 146 | ||
| 147 | printk(KERN_NOTICE PREFIX | 147 | printk(KERN_NOTICE FW_BUG PREFIX |
| 148 | "BIOS _OSI(Linux) query %s%s\n", | 148 | "BIOS _OSI(Linux) query %s%s\n", |
| 149 | osi_linux.enable ? "honored" : "ignored", | 149 | osi_linux.enable ? "honored" : "ignored", |
| 150 | osi_linux.cmdline ? " via cmdline" : | 150 | osi_linux.cmdline ? " via cmdline" : |
