thinkpad_acpi: Don't yell on unsupported brightness interfaces
authorDavid Herrmann <dh.herrmann@gmail.com>
Wed, 21 Oct 2015 10:46:10 +0000 (12:46 +0200)
committerDarren Hart <dvhart@linux.intel.com>
Fri, 6 Nov 2015 17:58:01 +0000 (09:58 -0800)
commitd618651b0f112d9715d0ca6f9dbea87761be15d7
treeae9de7ba26ece85d90af0465e880539b1085e231
parentd2f20619942fe4618160a7fa3dbdcbac335cff59
thinkpad_acpi: Don't yell on unsupported brightness interfaces

The thinkpad_acpi driver currently emits error messages on unsupported
brightness interfaces, giving the impression that someone will implement
those. However, this error is spit out on nearly every thinkpad in
production since 2 years now. Furthermore, the backlight interfaces on
those devices are supported by the i915 driver just fine.

Downgrade the error message to a normal pr_info() and stop telling people
to report it to IBM.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Acked-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
drivers/platform/x86/thinkpad_acpi.c