platform/x86: thinkpad_acpi: silence false-positive-prone pr_warn
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Tue, 24 Apr 2018 19:56:05 +0000 (16:56 -0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 7 May 2018 12:10:31 +0000 (15:10 +0300)
commitfd75ba2b83cce3fe0a4bba112808fc33bc27c14a
tree90829e698e70d9dd3463dab62e8d9d171a2e744a
parentedd1ed73025ca0da4607d8e93b42196e6b005e12
platform/x86: thinkpad_acpi: silence false-positive-prone pr_warn

Do not consider unknown HKEY events in the 0x6000 range to be thermal
warnings.  Instead, handle them as a generic unknown HKEY event, which
are reported to the kernel log at priority "notice", and do not trigger
a thermal registers state dump to the log.

Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Tested-by: Jordan Glover <Golden_Miller83@protonmail.ch>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/thinkpad_acpi.c